diff options
Diffstat (limited to 'pyload/plugins/account/HellshareCz.py')
-rw-r--r-- | pyload/plugins/account/HellshareCz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/account/HellshareCz.py b/pyload/plugins/account/HellshareCz.py index cd02c8462..1b93cf77d 100644 --- a/pyload/plugins/account/HellshareCz.py +++ b/pyload/plugins/account/HellshareCz.py @@ -3,7 +3,7 @@ import re import time -from pyload.plugins.base.Account import Account +from pyload.plugins.internal.Account import Account class HellshareCz(Account): |