pylint, pyflakes: remove unused or duplicate imports stable
authorNicolas Dumazet <nicdumz.commits@gmail.com>
Wed, 14 Apr 2010 17:58:10 +0900
branchstable
changeset 726 f7050b041b5f
parent 725 212432db2043
child 727 1b9ed0c8a189
child 728 5df6643c39e9
pylint, pyflakes: remove unused or duplicate imports [ original upstream message ]
tests/run-tests.py
--- a/tests/run-tests.py	Wed Apr 14 00:24:47 2010 -0500
+++ b/tests/run-tests.py	Wed Apr 14 17:58:10 2010 +0900
@@ -46,9 +46,8 @@
 import errno
 import optparse
 import os
-import signal
+import shutil
 import subprocess
-import shutil
 import signal
 import sys
 import tempfile