[Buildbot-commits] buildbot/buildbot/slave interfaces.py,1.2,1.3

Brian Warner warner at users.sourceforge.net
Mon Dec 11 08:46:41 UTC 2006


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

Modified Files:
	interfaces.py 
Log Message:
[project @ get Interface from zope.interface directly, not from twcompat]

Original author: warner at lothar.com
Date: 2006-12-11 08:37:50

Index: interfaces.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/interfaces.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- interfaces.py	15 Jul 2006 08:50:35 -0000	1.2
+++ interfaces.py	11 Dec 2006 08:46:39 -0000	1.3
@@ -1,6 +1,6 @@
 #! /usr/bin/python
 
-from buildbot.twcompat import Interface
+from zope.interface import Interface
 
 class ISlaveCommand(Interface):
     """This interface is implemented by all of the buildslave's Command





More information about the Commits mailing list