summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/FilebeerInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/FilebeerInfo.py')
-rw-r--r--pyload/plugins/hoster/FilebeerInfo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FilebeerInfo.py b/pyload/plugins/hoster/FilebeerInfo.py
index 216ecfbca..d1bef9e6e 100644
--- a/pyload/plugins/hoster/FilebeerInfo.py
+++ b/pyload/plugins/hoster/FilebeerInfo.py
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
+
from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
@@ -12,4 +13,4 @@ class FilebeerInfo(DeadHoster):
__author_mail__ = ("zoidberg@mujmail.cz")
-getInfo = create_getInfo(FilebeerInfo) \ No newline at end of file
+getInfo = create_getInfo(FilebeerInfo)