diff options
| author | 2013-07-21 15:03:21 +0200 | |
|---|---|---|
| committer | 2013-07-21 15:03:21 +0200 | |
| commit | 4b61d36bf18931df0a9720047b3619ce245f8a1b (patch) | |
| tree | fa6214ca6c85eb547dfe7de1ec7502ff3ce71793 /module/plugins/crypter/CzshareComFolder.py | |
| parent | Normalize line endings to avoid line endings merge conflicts (diff) | |
| download | pyload-4b61d36bf18931df0a9720047b3619ce245f8a1b.tar.xz | |
Fixed PEP 8 violations in Crypters
Diffstat (limited to 'module/plugins/crypter/CzshareComFolder.py')
| -rw-r--r-- | module/plugins/crypter/CzshareComFolder.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/crypter/CzshareComFolder.py b/module/plugins/crypter/CzshareComFolder.py index c240c6a70..9ccda3ed2 100644 --- a/module/plugins/crypter/CzshareComFolder.py +++ b/module/plugins/crypter/CzshareComFolder.py @@ -3,6 +3,7 @@ import re from module.plugins.Crypter import Crypter + class CzshareComFolder(Crypter): __name__ = "CzshareComFolder" __type__ = "crypter" |
