diff options
author | synweap15 <shamdog+github@gmail.com> | 2014-07-09 14:05:40 +0200 |
---|---|---|
committer | synweap15 <shamdog+github@gmail.com> | 2014-07-09 14:05:40 +0200 |
commit | 0824528da43d0842c15ffa0d4fe132309ca592eb (patch) | |
tree | db8e4f0fd432c80e1a757c019b25bb27e8792fc7 /module/plugins/accounts | |
parent | nopremium link pattern (diff) | |
download | pyload-0824528da43d0842c15ffa0d4fe132309ca592eb.tar.xz |
newline fix
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/NoPremiumPl.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/accounts/NoPremiumPl.py b/module/plugins/accounts/NoPremiumPl.py index 5f70440ac..bf1aec841 100644 --- a/module/plugins/accounts/NoPremiumPl.py +++ b/module/plugins/accounts/NoPremiumPl.py @@ -5,7 +5,6 @@ import hashlib from module.plugins.Account import Account from time import mktime - from module.common.json_layer import json_loads as loads |