diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-12 14:03:56 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-12 14:03:56 +0200 |
commit | 304a42b914cde43a31a935181b0f952c726eee54 (patch) | |
tree | 104a496ed690c187a479cde5b829f4e76b21c1cd /pyload/Thread/Decrypter.py | |
parent | Other import fixes (diff) | |
download | pyload-304a42b914cde43a31a935181b0f952c726eee54.tar.xz |
Other import fixes (2)
Diffstat (limited to 'pyload/Thread/Decrypter.py')
-rw-r--r-- | pyload/Thread/Decrypter.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyload/Thread/Decrypter.py b/pyload/Thread/Decrypter.py index d4afac730..5a8cff7c1 100644 --- a/pyload/Thread/Decrypter.py +++ b/pyload/Thread/Decrypter.py @@ -7,9 +7,6 @@ import sys import time import traceback -from pprint import pformat -from types import MethodType - from pyload.Thread.Plugin import PluginThread from pyload.plugin.Plugin import Abort, Fail, Retry |