[Buildbot-commits] buildbot/buildbot/status html.py,1.101,1.102
Brian Warner
warner at users.sourceforge.net
Wed Aug 1 22:08:40 UTC 2007
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/status/web baseweb.py, 1.3, 1.4 build.py, 1.2, 1.3 builder.py, 1.2, 1.3 changes.py, 1.2, 1.3 logs.py, 1.1, 1.2 step.py, 1.2, 1.3 tests.py, 1.2, 1.3 waterfall.py, 1.7, 1.8
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/scripts runner.py,1.53,1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot/buildbot/status
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29260/buildbot/status
Modified Files:
html.py
Log Message:
[project @ web-refactoring: fix tests]
Original author: warner at lothar.com
Date: 2007-07-31 02:37:33+00:00
Index: html.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/html.py,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- html.py 1 Aug 2007 22:08:25 -0000 1.101
+++ html.py 1 Aug 2007 22:08:37 -0000 1.102
@@ -3,5 +3,5 @@
# compatibility wrapper. This is currently the preferred place for master.cfg
# to import from.
-from buildbot.status.web.baseweb import Waterfall
-_hush_pyflakes = [Waterfall]
+from buildbot.status.web.baseweb import Waterfall, WebStatus
+_hush_pyflakes = [Waterfall, WebStatus]
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/status/web baseweb.py, 1.3, 1.4 build.py, 1.2, 1.3 builder.py, 1.2, 1.3 changes.py, 1.2, 1.3 logs.py, 1.1, 1.2 step.py, 1.2, 1.3 tests.py, 1.2, 1.3 waterfall.py, 1.7, 1.8
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/scripts runner.py,1.53,1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list