From: Daniel Hokka Zakrisson Date: Wed, 3 Dec 2008 19:32:49 +0000 (+0000) Subject: Fix typo X-Git-Tag: NodeManager-1.7-38^0 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7d0421e99d75cdd9b5550a680b563856917b6df7;p=nodemanager.git Fix typo --- diff --git a/net.py b/net.py index 2e7f6eb..c74cc95 100644 --- 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