[Buildbot-commits] buildbot ChangeLog, 1.723, 1.724 Makefile, 1.20, 1.21

Brian Warner warner at users.sourceforge.net
Wed Sep 6 00:41:56 UTC 2006


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

Modified Files:
	ChangeLog Makefile 
Log Message:
[project @ remove a lot of unused imports, marked by pyflakes]

Original author: warner at lothar.com
Date: 2006-09-06 00:35:06

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.723
retrieving revision 1.724
diff -u -d -r1.723 -r1.724
--- ChangeLog	26 Aug 2006 19:50:50 -0000	1.723
+++ ChangeLog	6 Sep 2006 00:41:54 -0000	1.724
@@ -1,3 +1,12 @@
+2006-09-05  Brian Warner  <warner at lothar.com>
+
+	* lots: run pyflakes, removed a lot of unused imports, changed the
+	form of some conditional imports to remove false pyflakes
+	warnings. There are still a number of warnings left, mostly from
+	imports that are done for their side-effects.
+	* buildbot/test/test_vc.py: import twisted.python.failure, since it
+	was missing
+
 2006-08-26  Brian Warner  <warner at lothar.com>
 
 	* buildbot/test/test_locks.py (Unit.testLater): make the tests

Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile	23 Aug 2006 04:02:30 -0000	1.20
+++ Makefile	6 Sep 2006 00:41:54 -0000	1.21
@@ -51,3 +51,7 @@
 	python ./setup.py clean
 	rm -f MANIFEST
 	python ./setup.py sdist
+
+FLAKES=buildbot
+pyflakes:
+	pyflakes $(FLAKES)





More information about the Commits mailing list