[Buildbot-commits] buildbot/buildbot interfaces.py,1.47,1.48

Brian Warner warner at users.sourceforge.net
Sun Oct 15 17:51:13 UTC 2006


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

Modified Files:
	interfaces.py 
Log Message:
[project @ IStatus.getURLForThing was misspelled in the interface definition]

Original author: warner at lothar.com
Date: 2006-10-15 17:34:29

Index: interfaces.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/interfaces.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- interfaces.py	15 Sep 2006 14:48:53 -0000	1.47
+++ interfaces.py	15 Oct 2006 17:51:11 -0000	1.48
@@ -98,7 +98,7 @@
     def getBuildbotURL():
         """Return the URL of the top-most Buildbot status page, or None if
         this Buildbot does not provide a web status page."""
-    def getURLFor(thing):
+    def getURLForThing(thing):
         """Return the URL of a page which provides information on 'thing',
         which should be an object that implements one of the status
         interfaces defined in L{buildbot.interfaces}. Returns None if no





More information about the Commits mailing list