Fix typo.
[nodemanager.git] / net.py
diff --git a/net.py b/net.py
index 2e7f6eb..c74cc95 100644 (file)
--- a/net.py
+++ b/net.py
@@ -141,7 +141,7 @@ def InitNAT(plc, data):
 
 def InitInterfaces(plc, data):
     if not 'networks' in data: return
-    pyplnet.InitInterfaces(logger, plc, data)
+    plnet.InitInterfaces(logger, plc, data)
 
 def start(options, config):
     pass