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