diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-11-20 14:33:11 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-11-20 14:33:11 +0100 |
commit | 4525215e384a1446404ef0c3909fd824720d2b2e (patch) | |
tree | 2ddf91d6e05863ffb1975fb6e93bf1c88e4a1e1a /module/common | |
parent | cz hoster - update search patterns (diff) | |
download | pyload-4525215e384a1446404ef0c3909fd824720d2b2e.tar.xz |
automatic plugin reloader
Diffstat (limited to 'module/common')
-rw-r--r-- | module/common/ImportDebugger.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/common/ImportDebugger.py b/module/common/ImportDebugger.py index fdc6d90cf..a997f7b0c 100644 --- a/module/common/ImportDebugger.py +++ b/module/common/ImportDebugger.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- - import sys class ImportDebugger(object): |