summaryrefslogtreecommitdiff
path: root/tests/test_resolver.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_resolver.py')
-rw-r--r--tests/test_resolver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_resolver.py b/tests/test_resolver.py
index 202c272..87aebaa 100644
--- a/tests/test_resolver.py
+++ b/tests/test_resolver.py
@@ -41,7 +41,7 @@ except socket.gaierror:
# and threading, so try to import it and if it doesn't work, skip
# those tests.
try:
- from nanonameserver import Server
+ from .nanonameserver import Server
_nanonameserver_available = True
except ImportError:
_nanonameserver_available = False