diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-12 17:26:28 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-12 17:26:28 +0100 |
commit | 692d015627ecf03fbc23cfdb4afcf398b9a09a51 (patch) | |
tree | 3a3b65808c37aecd4d270b3d40850ae52f33a355 /module/plugins/Hoster.py | |
parent | changed HEAD request (diff) | |
download | pyload-692d015627ecf03fbc23cfdb4afcf398b9a09a51.tar.xz |
scripts for testing and syntax unit test
Diffstat (limited to 'module/plugins/Hoster.py')
-rw-r--r-- | module/plugins/Hoster.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/Hoster.py b/module/plugins/Hoster.py index bef4b1949..7c43c6444 100644 --- a/module/plugins/Hoster.py +++ b/module/plugins/Hoster.py @@ -28,7 +28,6 @@ if os.name != "nt": from grp import getgrnam from Base import Base, Fail, Retry -from module.utils import chunks #legacy import from module.utils.fs import save_join, save_filename, fs_encode, fs_decode,\ remove, makedirs, chmod, stat, exists, join |