summaryrefslogtreecommitdiff
path: root/tests/test_module.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_module.py')
-rwxr-xr-xtests/test_module.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_module.py b/tests/test_module.py
index 4a4941c..13391d1 100755
--- a/tests/test_module.py
+++ b/tests/test_module.py
@@ -26,7 +26,8 @@ import os
import sys
from subprocess import Popen
-from testutils import (unittest, skip_before_postgres,
+import unittest
+from testutils import (skip_before_postgres,
ConnectingTestCase, skip_copy_if_green, script_to_py3, slow)
import psycopg2