summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/ZeveraCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/ZeveraCom.py')
-rw-r--r--pyload/plugins/hoster/ZeveraCom.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/pyload/plugins/hoster/ZeveraCom.py b/pyload/plugins/hoster/ZeveraCom.py
index 6f836dc92..e8b832a13 100644
--- a/pyload/plugins/hoster/ZeveraCom.py
+++ b/pyload/plugins/hoster/ZeveraCom.py
@@ -1,16 +1,13 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-from pyload.plugins.Hoster import Hoster
+from module.plugins.Hoster import Hoster
class ZeveraCom(Hoster):
__name__ = "ZeveraCom"
__version__ = "0.21"
__type__ = "hoster"
- __config__ = [("activated", "bool", "Activated", "False"),
- ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"),
- ("hosterList", "str", "Hoster list (comma separated)", "")]
__pattern__ = r"http://zevera.com/.*"
__description__ = """zevera.com hoster plugin"""
__author_name__ = ("zoidberg")