summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Chisholm <matt@theory.org>2014-04-14 13:53:28 -0400
committerMatt Chisholm <matt@theory.org>2014-04-14 13:53:28 -0400
commitf0d71dc2d6027158ab883ddabb83af20996108ba (patch)
tree7db79abf3b3736109e815bdc2e6837431bf33f01
parent3cefa27709695318a36279567dee6db67746e414 (diff)
downloadsqlalchemy-f0d71dc2d6027158ab883ddabb83af20996108ba.tar.gz
remove unused import
-rwxr-xr-xtest/conftest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/conftest.py b/test/conftest.py
index c07e9e25f..1dd442309 100755
--- a/test/conftest.py
+++ b/test/conftest.py
@@ -7,7 +7,6 @@ installs SQLAlchemy's testing plugin into the local environment.
"""
import sys
-import imp
from os import path
for pth in ['../lib']: