From e8989daf6c46209d5a5a722275afb5d47401c0d9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Oct 2011 01:43:08 -0400 Subject: remove unused import --- pyramid/scaffolds/tests.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3