[Buildbot-commits] buildbot/buildbot/changes freshcvsmail.py, 1.4, 1.5 monotone.py, 1.1, 1.2
Brian Warner
warner at users.sourceforge.net
Tue Jan 23 21:04:42 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot/changes
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15455/buildbot/changes
Modified Files:
freshcvsmail.py monotone.py
Log Message:
[project @ hush some pyflakes warnings]
Original author: warner at lothar.com
Date: 2007-01-23 21:03:46
Index: freshcvsmail.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/changes/freshcvsmail.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- freshcvsmail.py 12 Dec 2006 03:44:37 -0000 1.4
+++ freshcvsmail.py 23 Jan 2007 21:04:40 -0000 1.5
@@ -8,3 +8,5 @@
DeprecationWarning)
from buildbot.changes.mail import FCMaildirSource
+
+hush_pyflakes = FCMaildirSource
Index: monotone.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/changes/monotone.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- monotone.py 25 Sep 2006 07:46:56 -0000 1.1
+++ monotone.py 23 Jan 2007 21:04:40 -0000 1.2
@@ -1,7 +1,6 @@
import tempfile
import os
-import os.path
from cStringIO import StringIO
from twisted.python import log
More information about the Commits
mailing list