summaryrefslogtreecommitdiffstats
path: root/pyload/Thread/Info.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-12 12:22:20 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-12 12:22:20 +0200
commit906bb7c1ecc5c34aa93148894eef763f27eba98e (patch)
tree2f09a639cdd9e414e8f165a667c71a837288d4de /pyload/Thread/Info.py
parentRevert damaged logo.png (diff)
downloadpyload-906bb7c1ecc5c34aa93148894eef763f27eba98e.tar.xz
Other import fixes
Diffstat (limited to 'pyload/Thread/Info.py')
-rw-r--r--pyload/Thread/Info.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/Thread/Info.py b/pyload/Thread/Info.py
index c1960fa9a..780a384bb 100644
--- a/pyload/Thread/Info.py
+++ b/pyload/Thread/Info.py
@@ -1,13 +1,12 @@
# -*- coding: utf-8 -*-
# @author: RaNaN
+import Queue
import os
import sys
import time
import traceback
-from Queue import Queue
-from copy import copy
from pprint import pformat
from types import MethodType