diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2024-02-16 08:03:42 +0530 | 
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-16 08:03:42 +0530 | 
| commit | 8eba637bebc5be6cab4c92814af92918d1e63e3c (patch) | |
| tree | 374c046e93d464888081fbe3c00724435a426e17 /src/walu | |
| parent | 102429b18255f0364426fd377ac988c3d4624e6f (diff) | |
Diffstat (limited to 'src/walu')
| -rw-r--r-- | src/walu/arp.py | 2 | 
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 = {}  | 
