summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/accounts/HotfileCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/accounts/HotfileCom.py')
-rw-r--r--pyload/plugins/accounts/HotfileCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/accounts/HotfileCom.py b/pyload/plugins/accounts/HotfileCom.py
index ec164d14f..3dde85b49 100644
--- a/pyload/plugins/accounts/HotfileCom.py
+++ b/pyload/plugins/accounts/HotfileCom.py
@@ -3,7 +3,7 @@
from time import strptime, mktime
import hashlib
-from pyload.plugins.Account import Account
+from pyload.plugins.base.Account import Account
class HotfileCom(Account):