[Buildbot-commits] buildbot/buildbot/scripts runner.py,1.44,1.45

Brian Warner warner at users.sourceforge.net
Wed Sep 6 00:41:57 UTC 2006


Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8799/buildbot/scripts

Modified Files:
	runner.py 
Log Message:
[project @ remove a lot of unused imports, marked by pyflakes]

Original author: warner at lothar.com
Date: 2006-09-06 00:35:06

Index: runner.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/runner.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- runner.py	11 Aug 2006 07:31:03 -0000	1.44
+++ runner.py	6 Sep 2006 00:41:55 -0000	1.45
@@ -2,7 +2,7 @@
 
 # N.B.: don't import anything that might pull in a reactor yet. Some of our
 # subcommands want to load modules that need the gtk reactor.
-import os, os.path, sys, shutil, stat, re, time
+import os, sys, stat, re, time
 from twisted.python import usage, util, runtime
 
 # this is mostly just a front-end for mktap, twistd, and kill(1), but in the





More information about the Commits mailing list