summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
diff options
context:
space:
mode:
authorGravatar synweap15 <shamdog+github@gmail.com> 2014-07-09 13:49:42 +0200
committerGravatar synweap15 <shamdog+github@gmail.com> 2014-07-09 13:49:42 +0200
commit88ba5ecd9027ffa7a8bb5eb207085295ad35724d (patch)
treee29e69231c02583a470687d53cb2379dec8d5ead /module/plugins/accounts
parentsimplify json loads, replace crypto with hashlib (diff)
downloadpyload-88ba5ecd9027ffa7a8bb5eb207085295ad35724d.tar.xz
newline fix
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r--module/plugins/accounts/RapideoPl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/accounts/RapideoPl.py b/module/plugins/accounts/RapideoPl.py
index 6ace9ede0..cbec9809a 100644
--- a/module/plugins/accounts/RapideoPl.py
+++ b/module/plugins/accounts/RapideoPl.py
@@ -7,6 +7,7 @@ from module.plugins.Account import Account
from time import mktime
from module.common.json_layer import json_loads as loads
+
class RapideoPl(Account):
__name__ = "RapideoPl"
__version__ = "0.01"