summaryrefslogtreecommitdiff
path: root/tests/test_sql.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-12-02 12:10:26 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-12-02 12:10:26 +0000
commit06396e51629b1ac0d7e1f4042bbf4410bb7a81f1 (patch)
tree7bcfe8c8e029c7ef1c5ad9f0c05f51cc0c10af0d /tests/test_sql.py
parentaae5d6364fcdce56ac326d8dc227286623c668f4 (diff)
parentfcc083dc123946039fdfc88c55bbd4902dadd52a (diff)
downloadpsycopg2-06396e51629b1ac0d7e1f4042bbf4410bb7a81f1.tar.gz
Merge remote-tracking branch 'jdufresne/import-unittest'
Diffstat (limited to 'tests/test_sql.py')
-rwxr-xr-xtests/test_sql.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_sql.py b/tests/test_sql.py
index 08f43b4..566cc28 100755
--- a/tests/test_sql.py
+++ b/tests/test_sql.py
@@ -24,7 +24,8 @@
import datetime as dt
from cStringIO import StringIO
-from testutils import (unittest, ConnectingTestCase,
+import unittest
+from testutils import (ConnectingTestCase,
skip_before_postgres, skip_before_python, skip_copy_if_green)
import psycopg2