]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove unused import
authorMatt Chisholm <matt@theory.org>
Mon, 14 Apr 2014 17:53:28 +0000 (13:53 -0400)
committerMatt Chisholm <matt@theory.org>
Mon, 14 Apr 2014 17:53:28 +0000 (13:53 -0400)
test/conftest.py

index c07e9e25f7812e5d259ac3bad7db6911af17ab1f..1dd442309955e451e7fdbc4e6413186ad94be8e3 100755 (executable)
@@ -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']: