From ff581d9a4a1637b4e06bcbe77d67591f9279fe1b Mon Sep 17 00:00:00 2001 From: Stefano Date: Sun, 21 Jul 2013 15:03:21 +0200 Subject: Fixed PEP 8 violations in Crypters (cherry-picked from 4b61d36bf18931df0a9720047b3619ce245f8a1b) --- pyload/plugins/crypter/CzshareComFolder.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyload/plugins/crypter/CzshareComFolder.py') diff --git a/pyload/plugins/crypter/CzshareComFolder.py b/pyload/plugins/crypter/CzshareComFolder.py index c240c6a70..9ccda3ed2 100644 --- a/pyload/plugins/crypter/CzshareComFolder.py +++ b/pyload/plugins/crypter/CzshareComFolder.py @@ -3,6 +3,7 @@ import re from module.plugins.Crypter import Crypter + class CzshareComFolder(Crypter): __name__ = "CzshareComFolder" __type__ = "crypter" -- cgit v1.2.3