diff options
author | synweap15 <shamdog+github@gmail.com> | 2014-07-09 14:05:53 +0200 |
---|---|---|
committer | synweap15 <shamdog+github@gmail.com> | 2014-07-09 14:05:53 +0200 |
commit | 307523821d61811032bd3a2f6f9e6661fdc489ca (patch) | |
tree | 35dc2c3a15ca20bf75818445e9d251d9f81831ab | |
parent | newline fix (diff) | |
download | pyload-307523821d61811032bd3a2f6f9e6661fdc489ca.tar.xz |
newline fix
-rw-r--r-- | module/plugins/hoster/NoPremiumPl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/NoPremiumPl.py b/module/plugins/hoster/NoPremiumPl.py index 636220ca7..f43292156 100644 --- a/module/plugins/hoster/NoPremiumPl.py +++ b/module/plugins/hoster/NoPremiumPl.py @@ -3,6 +3,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster from module.common.json_layer import json_loads as loads + class NoPremiumPl(SimpleHoster): __name__ = "NoPremiumPl" __version__ = "0.01" |