aboutsummaryrefslogtreecommitdiffstats
path: root/netmon/bin/netmon.py
diff options
context:
space:
mode:
Diffstat (limited to 'netmon/bin/netmon.py')
-rwxr-xr-xnetmon/bin/netmon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netmon/bin/netmon.py b/netmon/bin/netmon.py
index 65ef9f8d..46e6327e 100755
--- a/netmon/bin/netmon.py
+++ b/netmon/bin/netmon.py
@@ -24,7 +24,7 @@ import sys
PATH=os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir)
sys.path.insert(0, os.path.abspath(PATH))
-from netmodel.network.interfaces
+import netmodel.network.interfaces
from netmodel.network.router import Router
from netmodel.model.query import Query, ACTION_SELECT, ACTION_SUBSCRIBE
from netmodel.util.daemon import Daemon