From 6049cd30020ca03bb1193e95bc0fb860fc06e6f7 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:16:14 +0200 Subject: Fix EOF Merges vuolter/pyload@00052b2 (cherry picked from commit 12485652a14c55e102e5d073f4bf9518f5cf5f85) Conflicts: module/plugins/Container.py module/plugins/Crypter.py module/plugins/Hook.py module/plugins/PluginManager.py module/plugins/ReCaptcha.py pyload/plugins/accounts/MultishareCz.py --- pyload/plugins/crypter/CzshareComFolder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/crypter/CzshareComFolder.py') diff --git a/pyload/plugins/crypter/CzshareComFolder.py b/pyload/plugins/crypter/CzshareComFolder.py index b908efc42..7cddcae6d 100644 --- a/pyload/plugins/crypter/CzshareComFolder.py +++ b/pyload/plugins/crypter/CzshareComFolder.py @@ -28,4 +28,4 @@ class CzshareComFolder(Crypter): if new_links: self.core.files.addLinks(new_links, self.pyfile.package().id) else: - self.fail('Could not extract any links') \ No newline at end of file + self.fail('Could not extract any links') -- cgit v1.2.3