[Buildbot-commits] buildbot/docs buildbot.texinfo,1.91,1.92

Brian Warner warner at users.sourceforge.net
Wed Dec 6 08:51:25 UTC 2006


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

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ update addLogObserver example to use 0.7.5 buildbot.steps.* names]

Original author: warner at lothar.com
Date: 2006-12-06 08:49:40

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- buildbot.texinfo	6 Dec 2006 08:46:11 -0000	1.91
+++ buildbot.texinfo	6 Dec 2006 08:51:23 -0000	1.92
@@ -4417,10 +4417,8 @@
 
 @example
 # START
-from buildbot.process.steps import ShellCommand, LogLineObserver
-# note that in the upcoming 0.7.5 release, this should be:
-#from buildbot.steps.shell import ShellCommand
-#from buildbot.process.buildstep import LogLineObserver
+from buildbot.steps.shell import ShellCommand
+from buildbot.process.buildstep import LogLineObserver
 
 class FNURRRGHCounter(LogLineObserver):
     numTests = 0





More information about the Commits mailing list