Replacing string "neco" by "nepi"
[nepi.git] / examples / manual_vlc_experiment_plexus.py
index ebdd8e1..fc449c7 100644 (file)
@@ -1,11 +1,11 @@
 #!/usr/bin/env python
-from neco.execution.resource import ResourceFactory
-from neco.execution.ec import ExperimentController
+from nepi.execution.resource import ResourceFactory
+from nepi.execution.ec import ExperimentController
 
-from neco.resources.omf.omf_node import OMFNode
-from neco.resources.omf.omf_application import OMFApplication
-from neco.resources.omf.omf_interface import OMFWifiInterface
-from neco.resources.omf.omf_channel import OMFChannel
+from nepi.resources.omf.omf_node import OMFNode
+from nepi.resources.omf.omf_application import OMFApplication
+from nepi.resources.omf.omf_interface import OMFWifiInterface
+from nepi.resources.omf.omf_channel import OMFChannel
 
 import logging
 import time