summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/nanonameserver.py (renamed from nanonameserver.py)0
-rw-r--r--tests/test_resolver.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/nanonameserver.py b/tests/nanonameserver.py
index aaec009..aaec009 100644
--- a/nanonameserver.py
+++ b/tests/nanonameserver.py
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