summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests/test_paster.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-01 04:53:24 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-01 04:53:24 +0000
commit9a038d57b37c634e32d6ea5afb7d470aee178564 (patch)
tree0ded83576412548b5cc4b9336930e71dee7bf044 /repoze/bfg/tests/test_paster.py
parent0a63847b133f2f21496b7d567af88b4b9077cd68 (diff)
downloadpyramid-9a038d57b37c634e32d6ea5afb7d470aee178564.tar.gz
pyramid-9a038d57b37c634e32d6ea5afb7d470aee178564.tar.bz2
pyramid-9a038d57b37c634e32d6ea5afb7d470aee178564.zip
Stop new Pyflakes complaints.
Diffstat (limited to 'repoze/bfg/tests/test_paster.py')
-rw-r--r--repoze/bfg/tests/test_paster.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/repoze/bfg/tests/test_paster.py b/repoze/bfg/tests/test_paster.py
index 6091aec44..cabde215e 100644
--- a/repoze/bfg/tests/test_paster.py
+++ b/repoze/bfg/tests/test_paster.py
@@ -34,7 +34,6 @@ class TestBFGShellCommand(unittest.TestCase):
def test_command_ipython_enabled(self):
command = self._makeOne()
- interact = DummyInteractor()
app = DummyApp()
loadapp = DummyLoadApp(app)
command.loadapp = (loadapp,)