[Buildbot-commits] buildbot/buildbot/changes pb.py,1.4,1.5

Brian Warner warner at users.sourceforge.net
Mon Dec 6 07:36:36 UTC 2004


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

Modified Files:
	pb.py 
Log Message:
* buildbot/master.py (DebugPerspective.attached): return 'self', to
match the maybeDeferred change in Dispatcher.requestAvatar
* buildbot/changes/pb.py (ChangePerspective.attached): same
* buildbot/status/client.py (StatusClientPerspective.attached): same
* buildbot/process/builder.py (Builder._attached3): same
* buildbot/pbutil.py (NewCredPerspective.attached): same


Index: pb.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/changes/pb.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pb.py	8 Nov 2004 19:38:09 -0000	1.4
+++ pb.py	6 Dec 2004 07:36:33 -0000	1.5
@@ -19,7 +19,7 @@
         self.sep = sep
 
     def attached(self, mind):
-        pass
+        return self
     def detached(self, mind):
         pass
     def perspective_addChange(self, changedict):





More information about the Commits mailing list