[Buildbot-commits] buildbot/buildbot/slave bot.py,1.20,1.21

Brian Warner warner at users.sourceforge.net
Fri Oct 13 09:08:27 UTC 2006


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

Modified Files:
	bot.py 
Log Message:
[project @ transfer.py: fix a stupid error]

Original author: warner at lothar.com
Date: 2006-10-13 09:06:53

Index: bot.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/bot.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- bot.py	6 Sep 2006 00:41:55 -0000	1.20
+++ bot.py	13 Oct 2006 09:08:25 -0000	1.21
@@ -65,7 +65,7 @@
         #service.Service.__init__(self) # Service has no __init__ method
         self.setName(name)
         self.not_really = not_really
-        
+
     def __repr__(self):
         return "<SlaveBuilder '%s'>" % self.name
 





More information about the Commits mailing list