Added "Up" attribute to ns3::Node in the ns-3 testbed, to enable/disable traffic
[nepi.git] / src / nepi / testbeds / ns3 / __init__.py
index 3b3f853..45a2de9 100644 (file)
@@ -1,6 +1,5 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-from constants import TESTBED_ID
-from execute import TestbedInstanc
+from constants import TESTBED_ID, TESTBED_VERSION
+from execute import TestbedController, load_ns3_modul