Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Rename cppublisher to CpPublisher
Browse files Browse the repository at this point in the history
  • Loading branch information
danghai authored and spbnick committed May 22, 2018
1 parent 38e03b8 commit 33d6481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skt/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def geturl(self, source):
# TODO Define abstract "publish" method.


class cppublisher(Publisher):
class CpPublisher(Publisher):
TYPE = 'cp'

def publish(self, source):
Expand Down

0 comments on commit 33d6481

Please sign in to comment.