summaryrefslogtreecommitdiff
path: root/src/walu
diff options
context:
space:
mode:
Diffstat (limited to 'src/walu')
-rw-r--r--src/walu/arp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/walu/arp.py b/src/walu/arp.py
index 82f8445..5c28a5a 100644
--- a/src/walu/arp.py
+++ b/src/walu/arp.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-import names
+from walu import names
class arp:
table = {}