[Buildbot-commits] buildbot/buildbot/status client.py,1.13,1.14

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


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

Modified Files:
	client.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: client.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/client.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- client.py	23 Sep 2004 19:31:32 -0000	1.13
+++ client.py	6 Dec 2004 07:36:33 -0000	1.14
@@ -227,7 +227,7 @@
 
     def attached(self, mind):
         #log.msg("StatusClientPerspective.attached")
-        pass
+        return self
 
     def detached(self, mind):
         log.msg("PB client detached")





More information about the Commits mailing list