Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / ccn / ccnr.py
index 50421da..7b785d9 100644 (file)
@@ -29,7 +29,7 @@ import os
 
 @clsinit_copy
 class LinuxCCNR(LinuxApplication):
-    _rtype = "LinuxCCNR"
+    _rtype = "linux::CCNR"
 
     @classmethod
     def _register_attributes(cls):