commit b2a13dbd9c9c1d6371b7d31e0a849cb8ba98f2d6
parent 4ebefc6e4c21f9bb07e8b58a1ffdbe93b27168e0
Author: ThomasV <thomasv@gitorious>
Date: Sat, 14 Mar 2015 09:37:56 +0100
remove unused imports
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/verifier.py b/lib/verifier.py
@@ -17,10 +17,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import threading, time, Queue, os, sys, shutil
+import threading
+import Queue
+
import util
-from util import user_dir, print_error
from bitcoin import *