[Buildbot-commits] buildbot/buildbot interfaces.py,1.43,1.44

Brian Warner warner at users.sourceforge.net
Sat Jul 15 08:50:37 UTC 2006


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

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/interfaces.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- interfaces.py	15 Jun 2006 05:47:13 -0000	1.43
+++ interfaces.py	15 Jul 2006 08:50:35 -0000	1.44
@@ -5,7 +5,7 @@
 Define the interfaces that are implemented by various buildbot classes.
 """
 
-from twisted.python.components import Interface
+from buildbot.twcompat import Interface
 
 # exceptions that can be raised while trying to start a build
 class NoSlaveError(Exception):





More information about the Commits mailing list