pylint, pyflakes: remove unused or duplicate imports stable
authorNicolas Dumazet <nicdumz.commits@gmail.com>
Wed, 14 Apr 2010 17:58:10 +0900
branchstable
changeset 1125 20a680e7f09f
parent 1124 6a5b8503058d
child 1126 dbcb11553a3b
pylint, pyflakes: remove unused or duplicate imports [ original upstream message, already done for run-tests.py ]
tests/killdaemons.py
--- a/tests/killdaemons.py	Sun Jul 05 11:01:30 2009 +0200
+++ b/tests/killdaemons.py	Wed Apr 14 17:58:10 2010 +0900
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-import os, sys, time, errno, signal
+import os, time, errno, signal
 
 # Kill off any leftover daemon processes
 try: