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/FshareVnFolder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyload/plugins/crypter/FshareVnFolder.py') diff --git a/pyload/plugins/crypter/FshareVnFolder.py b/pyload/plugins/crypter/FshareVnFolder.py index 2515e7edd..2d7a3c490 100644 --- a/pyload/plugins/crypter/FshareVnFolder.py +++ b/pyload/plugins/crypter/FshareVnFolder.py @@ -2,6 +2,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter + class FshareVnFolder(SimpleCrypter): __name__ = "FshareVnFolder" __type__ = "crypter" @@ -11,4 +12,4 @@ class FshareVnFolder(SimpleCrypter): __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") - LINK_PATTERN = r'
  • ' \ No newline at end of file + LINK_PATTERN = r'
  • ' -- cgit v1.2.3