Fix typo.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Wed, 3 Dec 2008 17:34:33 +0000 (17:34 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Wed, 3 Dec 2008 17:34:33 +0000 (17:34 +0000)
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