[Buildbot-commits] buildbot/buildbot/slave commands.py,1.74,1.75

Brian Warner warner at users.sourceforge.net
Mon Dec 11 09:11:29 UTC 2006


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

Modified Files:
	commands.py 
Log Message:
[project @ remove which(), twisted-2.0.0 and later has it]

Original author: warner at lothar.com
Date: 2006-12-11 09:02:04

Index: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- commands.py	11 Dec 2006 09:06:35 -0000	1.74
+++ commands.py	11 Dec 2006 09:11:26 -0000	1.75
@@ -7,8 +7,8 @@
 from twisted.internet.protocol import ProcessProtocol
 from twisted.internet import reactor, defer, task
 from twisted.python import log, failure, runtime
+from twisted.python.procutils import which
 
-from buildbot.twcompat import which
 from buildbot.slave.interfaces import ISlaveCommand
 from buildbot.slave.registry import registerSlaveCommand
 





More information about the Commits mailing list