Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / linux / channel.py
index 2cd3573..1136186 100644 (file)
@@ -25,7 +25,7 @@ from nepi.execution.resource import ResourceManager, clsinit_copy, \
 class LinuxChannel(ResourceManager):
     _rtype = "linux::Channel"
     _help = "Represents a wireless channel on a network of Linux hosts"
-    _backend = "linux"
+    _platform = "linux"
 
     def __init__(self, ec, guid):
         super(LinuxChannel, self).__init__(ec, guid)