popolate_factory no longer requires to be invoked explicitly by the user
[nepi.git] / examples / omf / automated_vlc_experiment_plexus.py
index 08adde8..e1e99fa 100755 (executable)
@@ -18,7 +18,7 @@
 #
 # Author: Julien Tribino <julien.tribino@inria.fr>
 
-from nepi.execution.resource import ResourceFactory, ResourceAction, ResourceState, populate_factory
+from nepi.execution.resource import ResourceFactory, ResourceAction, ResourceState
 from nepi.execution.ec import ExperimentController
 
 from nepi.resources.omf.node import OMFNode
@@ -34,9 +34,6 @@ logging.basicConfig()
 # Create the EC
 ec = ExperimentController()
 
-# Register the different RM that will be used
-populate_factory()
-
 # Create and Configure the Nodes
 node1 = ec.register_resource("OMFNode")
 ec.set(node1, 'hostname', 'omf.plexus.wlab17')