[Buildbot-commits] buildbot/buildbot/status html.py,1.100,1.101

Brian Warner warner at users.sourceforge.net
Wed Aug 1 22:08:28 UTC 2007


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

Modified Files:
	html.py 
Log Message:
[project @ web-refactoring: finally got the Waterfall rendering again, lots of bad links and incomplete code]

Original author: warner at lothar.com
Date: 2007-07-30 20:06:58+00:00

Index: html.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/html.py,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- html.py	17 Apr 2007 06:38:51 -0000	1.100
+++ html.py	1 Aug 2007 22:08:25 -0000	1.101
@@ -3,5 +3,5 @@
 # compatibility wrapper. This is currently the preferred place for master.cfg
 # to import from.
 
-from buildbot.status.web.waterfall import Waterfall
+from buildbot.status.web.baseweb import Waterfall
 _hush_pyflakes = [Waterfall]





More information about the Commits mailing list