From 33d6481b51718e82e9dc3f4fec8656d594996572 Mon Sep 17 00:00:00 2001 From: danghai Date: Tue, 22 May 2018 12:35:21 +0700 Subject: [PATCH] Rename cppublisher to CpPublisher --- skt/publisher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):