diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-16 09:35:28 +0200 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-16 09:35:28 +0200 |
| commit | 5870e340e4ef935ff5a7977d753fa07568461b07 (patch) | |
| tree | 2f28ff914e50c0d5dcd309396f35ac587a9a89be | |
| parent | 061907bc6ce9c2f0c8421f32a767de971afccb1a (diff) | |
| download | pyramid-5870e340e4ef935ff5a7977d753fa07568461b07.tar.gz pyramid-5870e340e4ef935ff5a7977d753fa07568461b07.tar.bz2 pyramid-5870e340e4ef935ff5a7977d753fa07568461b07.zip | |
unused import
| -rw-r--r-- | pyramid/tests/test_scripts/test_pdistreport.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/tests/test_scripts/test_pdistreport.py b/pyramid/tests/test_scripts/test_pdistreport.py index a8316c0e5..e229667c5 100644 --- a/pyramid/tests/test_scripts/test_pdistreport.py +++ b/pyramid/tests/test_scripts/test_pdistreport.py @@ -1,5 +1,4 @@ import unittest -from pyramid.tests.test_scripts import dummy class TestPDistReportCommand(unittest.TestCase): def _callFUT(self, **kw): |
