diff tests/run-tests.py @ 19322:ff1586a3adc5

cleanup: remove unused imports detected by pyflakes
author Simon Heimberg <simohe@besonet.ch>
date Thu, 13 Jun 2013 01:36:58 +0200
parents 401b3ad26e66
children ce3d1cf957f8
line wrap: on
line diff
--- a/tests/run-tests.py	Thu Jun 13 01:44:02 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()