From 906bb7c1ecc5c34aa93148894eef763f27eba98e Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 12 May 2015 12:22:20 +0200 Subject: Other import fixes --- pyload/Thread/Plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyload/Thread/Plugin.py') diff --git a/pyload/Thread/Plugin.py b/pyload/Thread/Plugin.py index 0f1b14d26..ee1418a7d 100644 --- a/pyload/Thread/Plugin.py +++ b/pyload/Thread/Plugin.py @@ -3,14 +3,13 @@ from __future__ import with_statement +import Queue import os import sys import threading import time import traceback -from Queue import Queue -from copy import copy from pprint import pformat from types import MethodType -- cgit v1.2.3