diff options
Diffstat (limited to 'pyload/plugins/account/LomafileCom.py')
-rw-r--r-- | pyload/plugins/account/LomafileCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/account/LomafileCom.py b/pyload/plugins/account/LomafileCom.py index cfd21679c..937b24fae 100644 --- a/pyload/plugins/account/LomafileCom.py +++ b/pyload/plugins/account/LomafileCom.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -from module.plugins.internal.XFSAccount import XFSAccount +from pyload.plugins.internal.XFSAccount import XFSAccount class LomafileCom(XFSAccount): |