[Buildbot-commits] buildbot ChangeLog,1.1042,1.1043

Brian Warner warner at users.sourceforge.net
Sat Mar 22 22:15:02 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ source.py: hush pyflakes variable-shadows-import warning]

Original author: warner at lothar.com
Date: 2008-03-22 22:04:35+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1042
retrieving revision 1.1043
diff -u -d -r1.1042 -r1.1043
--- ChangeLog	22 Mar 2008 22:14:25 -0000	1.1042
+++ ChangeLog	22 Mar 2008 22:15:00 -0000	1.1043
@@ -1,5 +1,8 @@
 2008-03-22  Brian Warner  <warner at lothar.com>
 
+	* buildbot/steps/source.py (SVN.__init__): fix pyflakes: it
+	doesn't like a variable named 'warnings' that shadows the import
+
 	* buildbot/test/test_web.py: fix some pyflakes warnings, caused by
 	having a variable name shadow a top-level import
 





More information about the Commits mailing list