Added scheduler and task processing thread to ec. Completed deploy and release methods.
[nepi.git] / src / neco / resources / omf / omf_channel.py
index bd7f0f1..026b4aa 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 OMFChannel(Resource):
+class OMFChannel(ResourceManager):
     _rtype = "OMFChannel"
     _authorized_connections = ["OMFWifiInterface"]