diff options
| author | Chris McDonough <chrism@plope.com> | 2011-10-09 01:43:08 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-10-09 01:43:08 -0400 |
| commit | e8989daf6c46209d5a5a722275afb5d47401c0d9 (patch) | |
| tree | 68c69f4a08007b44c0e4c97b30658d8ebc674f03 | |
| parent | fa043a249870d8f5e7dbd4586b633a7ce8f3518b (diff) | |
| download | pyramid-e8989daf6c46209d5a5a722275afb5d47401c0d9.tar.gz pyramid-e8989daf6c46209d5a5a722275afb5d47401c0d9.tar.bz2 pyramid-e8989daf6c46209d5a5a722275afb5d47401c0d9.zip | |
remove unused import
| -rw-r--r-- | pyramid/scaffolds/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/scaffolds/tests.py b/pyramid/scaffolds/tests.py index 2fa0ccd67..98f84da73 100644 --- a/pyramid/scaffolds/tests.py +++ b/pyramid/scaffolds/tests.py @@ -5,7 +5,6 @@ import shutil import subprocess import tempfile import time -import signal try: import httplib |
