diff options
author | Pedro Algarvio <pedro@algarvio.me> | 2012-02-04 04:03:31 +0100 |
---|---|---|
committer | Pedro Algarvio <pedro@algarvio.me> | 2012-02-04 04:03:31 +0100 |
commit | 73f1afdd8fd48de36ed4881adaa5960f32749f57 (patch) | |
tree | abc68d4f877db35ff03e62d87711342c3936ee0b /module | |
parent | missing import (diff) | |
download | pyload-73f1afdd8fd48de36ed4881adaa5960f32749f57.tar.xz |
Correct import.
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hoster/HotfileCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/HotfileCom.py b/module/plugins/hoster/HotfileCom.py index 1447e7c9e..e618d0f4f 100644 --- a/module/plugins/hoster/HotfileCom.py +++ b/module/plugins/hoster/HotfileCom.py @@ -6,7 +6,7 @@ from module.plugins.Hoster import Hoster from module.plugins.ReCaptcha import ReCaptcha from module.network.RequestFactory import getURL -from module.plugins.Plugin import chunks +from module.utils import chunks def getInfo(urls): api_url_base = "http://api.hotfile.com/" |