[Buildbot-commits] buildbot ChangeLog,1.840,1.841
Brian Warner
warner at users.sourceforge.net
Wed Feb 7 04:25:31 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30421
Modified Files:
ChangeLog
Log Message:
[project @ hush most pyflakes warnings]
Original author: warner at lothar.com
Date: 2007-02-07 04:24:33
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.840
retrieving revision 1.841
diff -u -d -r1.840 -r1.841
--- ChangeLog 7 Feb 2007 03:42:47 -0000 1.840
+++ ChangeLog 7 Feb 2007 04:25:29 -0000 1.841
@@ -1,5 +1,15 @@
2007-02-06 Brian Warner <warner at lothar.com>
+ * buildbot/clients/debug.py: hush pyflakes warnings by removing a
+ redundant import
+ * buildbot/scripts/startup.py: same, by removing twisted-1.3.0
+ compatibility
+ * buildbot/status/builder.py: same, by requiring cStringIO
+ * buildbot/status/words.py: same, remove twisted-1.3.0 compat
+ * buildbot/test/test_vc.py: same
+ * buildbot/test/test_web.py:
+ * buildbot/test/test_steps.py: same, remove unused import
+
* buildbot/status/html.py (StatusResourceBuild.body): oops, close
the FORM tag
More information about the Commits
mailing list