From f1e532151f1504e38810fc8a3fe65a9b8d3b2cb3 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Sat, 4 Apr 2009 19:14:53 +0200 Subject: [PATCH] Removed unecessary import --- tests/test_psycopg2_dbapi20.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_psycopg2_dbapi20.py b/tests/test_psycopg2_dbapi20.py index 9b6b1192..7363ad8f 100755 --- a/tests/test_psycopg2_dbapi20.py +++ b/tests/test_psycopg2_dbapi20.py @@ -2,7 +2,6 @@ import dbapi20 import unittest import psycopg2 -import popen2 import tests