cleanup: remove unused imports stable
authorSimon Heimberg <simohe@besonet.ch>
Thu, 13 Jun 2013 01:36:58 +0200
branchstable
changeset 1276 509a9dd1553c
parent 1274 f1a4e67c41fe
child 1277 3fbd928acf60
child 1278 9ff91ff2797d
cleanup: remove unused imports detected by pyflakes [ original upstream message ]
tests/run-tests.py
--- a/tests/run-tests.py	Tue Jun 11 23:39:48 2013 +0200
+++ b/tests/run-tests.py	Thu Jun 13 01:36:58 2013 +0200
@@ -56,7 +56,6 @@
 import re
 import threading
 import killdaemons as killmod
-import cPickle as pickle
 import Queue as queue
 
 processlock = threading.Lock()