[Buildbot-commits] buildbot/buildbot/changes changes.py,1.31,1.32

Brian Warner warner at users.sourceforge.net
Wed Aug 1 23:42:29 UTC 2007


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

Modified Files:
	changes.py 
Log Message:
[project @ document+use IEventSource. Closes #60.]

Original author: warner at lothar.com
Date: 2007-08-01 23:41:03+00:00

Index: changes.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/changes/changes.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- changes.py	1 Aug 2007 22:08:31 -0000	1.31
+++ changes.py	1 Aug 2007 23:42:27 -0000	1.32
@@ -184,6 +184,8 @@
     
     """
 
+    implements(interfaces.IEventSource)
+
     debug = False
     # todo: use Maildir class to watch for changes arriving by mail
 





More information about the Commits mailing list