diff options
Diffstat (limited to 'tests/test_errcodes.py')
-rwxr-xr-x | tests/test_errcodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_errcodes.py b/tests/test_errcodes.py index 0fdf8e5..6775d83 100755 --- a/tests/test_errcodes.py +++ b/tests/test_errcodes.py @@ -23,7 +23,7 @@ # License for more details. import unittest -from testutils import ConnectingTestCase, slow +from .testutils import ConnectingTestCase, slow try: reload |