diff options
-rwxr-xr-x | tests/test_types_extras.py | 1 | ||||
-rwxr-xr-x | tests/test_with.py | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_types_extras.py b/tests/test_types_extras.py index a5aa7d2..6d842d8 100755 --- a/tests/test_types_extras.py +++ b/tests/test_types_extras.py @@ -13,7 +13,6 @@ # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public # License for more details. -from __future__ import with_statement import re import sys diff --git a/tests/test_with.py b/tests/test_with.py index e5c0bc2..53dfa46 100755 --- a/tests/test_with.py +++ b/tests/test_with.py @@ -22,9 +22,6 @@ # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public # License for more details. - -from __future__ import with_statement - import psycopg2 import psycopg2.extensions as ext |