From 2e2a2a5ad3de09b8c4029bdf5f9d72ce61c93f13 Mon Sep 17 00:00:00 2001 From: warner Date: Wed, 24 Jan 2007 03:03:46 +0100 Subject: [PATCH] hush some pyflakes warnings --- ChangeLog | 3 +++ buildbot/changes/freshcvsmail.py | 2 ++ buildbot/changes/monotone.py | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99c88e8..ac47e0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-01-23 Brian Warner + * buildbot/changes/freshcvsmail.py: hush a pyflakes warning + * buildbot/changes/monotone.py: same + * buildbot/changes/maildir.py: combine several files into one, clean up maildir.py to use Services properly. * buildbot/changes/maildirtwisted.py: remove diff --git a/buildbot/changes/freshcvsmail.py b/buildbot/changes/freshcvsmail.py index 81d6d8b..b1ef683 100644 --- a/buildbot/changes/freshcvsmail.py +++ b/buildbot/changes/freshcvsmail.py @@ -8,3 +8,5 @@ warnings.warn("buildbot.changes.freshcvsmail is deprecated as of 0.7.6 . Please DeprecationWarning) from buildbot.changes.mail import FCMaildirSource + +hush_pyflakes = FCMaildirSource diff --git a/buildbot/changes/monotone.py b/buildbot/changes/monotone.py index 529a00c..302c1c5 100644 --- a/buildbot/changes/monotone.py +++ b/buildbot/changes/monotone.py @@ -1,7 +1,6 @@ import tempfile import os -import os.path from cStringIO import StringIO from twisted.python import log -- 2.11.4.GIT