[Buildbot-commits] buildbot/buildbot/slave interfaces.py,1.1,1.2
Brian Warner
warner at users.sourceforge.net
Sat Jul 15 08:50:37 UTC 2006
Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22884/buildbot/slave
Modified Files:
interfaces.py
Log Message:
[project @ hush t.p.components.Interface deprecation warnings by using twcompat]
Original author: warner at lothar.com
Date: 2006-06-29 17:49:02
Index: interfaces.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/interfaces.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- interfaces.py 3 Dec 2004 22:54:52 -0000 1.1
+++ interfaces.py 15 Jul 2006 08:50:35 -0000 1.2
@@ -1,6 +1,6 @@
#! /usr/bin/python
-from twisted.python.components import Interface
+from buildbot.twcompat import Interface
class ISlaveCommand(Interface):
"""This interface is implemented by all of the buildslave's Command
More information about the Commits
mailing list