diff options
author | 2013-07-30 21:35:28 +0200 | |
---|---|---|
committer | 2013-07-30 21:35:28 +0200 | |
commit | a77153c34be3d230d3e80153e57cfef933968ed9 (patch) | |
tree | a05b5d67b1d338ab6ed98db1b2ea3f443c0fbcfa /pyload/plugins/hoster/MultishareCz.py | |
parent | Putlocker: allow multiDL and chunked downloads even in free downloads (diff) | |
download | pyload-a77153c34be3d230d3e80153e57cfef933968ed9.tar.xz |
Adapted 6 multi hoster plugins
Diffstat (limited to 'pyload/plugins/hoster/MultishareCz.py')
-rw-r--r-- | pyload/plugins/hoster/MultishareCz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/MultishareCz.py b/pyload/plugins/hoster/MultishareCz.py index d4f6c41b4..a4fe19712 100644 --- a/pyload/plugins/hoster/MultishareCz.py +++ b/pyload/plugins/hoster/MultishareCz.py @@ -18,7 +18,7 @@ import re from random import random -from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo +from pyload.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class MultishareCz(SimpleHoster): |