diff options
Diffstat (limited to 'tests/test_notify.py')
-rwxr-xr-x | tests/test_notify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_notify.py b/tests/test_notify.py index 0e74e1d..fabc3b6 100755 --- a/tests/test_notify.py +++ b/tests/test_notify.py @@ -22,7 +22,7 @@ # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public # License for more details. -from testutils import unittest +import unittest import psycopg2 from psycopg2 import extensions |