Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / channel.py
index 429051e..2cd3573 100644 (file)
@@ -23,7 +23,7 @@ from nepi.execution.resource import ResourceManager, clsinit_copy, \
 
 @clsinit_copy
 class LinuxChannel(ResourceManager):
-    _rtype = "LinuxChannel"
+    _rtype = "linux::Channel"
     _help = "Represents a wireless channel on a network of Linux hosts"
     _backend = "linux"