summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/accounts/Http.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/accounts/Http.py')
-rw-r--r--pyload/plugins/accounts/Http.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/pyload/plugins/accounts/Http.py b/pyload/plugins/accounts/Http.py
index de9490b2c..5701d1f03 100644
--- a/pyload/plugins/accounts/Http.py
+++ b/pyload/plugins/accounts/Http.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-from pyload.plugins.Account import Account
+from module.plugins.Account import Account
class Http(Account):
@@ -11,9 +11,4 @@ class Http(Account):
__author_name__ = ("zoidberg")
__author_mail__ = ("zoidberg@mujmail.cz")
- __config__ = [("domain", "str", "Domain", "")]
-
login_timeout = info_threshold = 1000000
-
- def login(self, req):
- pass \ No newline at end of file