diff --git a/skt/publisher.py b/skt/publisher.py index be49a946..b43c5576 100644 --- a/skt/publisher.py +++ b/skt/publisher.py @@ -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):