diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-31 16:01:06 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-31 16:01:06 +0200 |
commit | d9ea19b009e35387740e598fdad9f5de0f2afc59 (patch) | |
tree | 6e3c301aceb2aa67f5e4c9d56857027e9bf056da /module/plugins/accounts/HotfileCom.py | |
parent | little fixes (diff) | |
download | pyload-d9ea19b009e35387740e598fdad9f5de0f2afc59.tar.xz |
cleanup
Diffstat (limited to 'module/plugins/accounts/HotfileCom.py')
-rw-r--r-- | module/plugins/accounts/HotfileCom.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/accounts/HotfileCom.py b/module/plugins/accounts/HotfileCom.py index 0d3e6620f..6b92df514 100644 --- a/module/plugins/accounts/HotfileCom.py +++ b/module/plugins/accounts/HotfileCom.py @@ -18,7 +18,6 @@ """ from module.plugins.Account import Account -import re from time import strptime, mktime import hashlib |