Added scheduler and task processing thread to ec. Completed deploy and release methods.
[nepi.git] / src / neco / resources / omf / omf_interface.py
index 07d6446..40a650c 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-from neco.execution.resource import Resource, clsinit
+from neco.execution.resource import ResourceManager, clsinit
 from neco.execution.attribute import Attribute
 
 from neco.resources.omf.omf_api import OMFAPIFactory
@@ -8,7 +8,7 @@ import neco
 import logging
 
 @clsinit
-class OMFWifiInterface(Resource):
+class OMFWifiInterface(ResourceManager):
     _rtype = "OMFWifiInterface"
     _authorized_connections = ["OMFNode" , "OMFChannel"]