Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / mtr.py
index 8c52629..0db9bce 100644 (file)
@@ -26,7 +26,7 @@ import os
 
 @clsinit_copy
 class LinuxMtr(LinuxApplication):
-    _rtype = "LinuxMtr"
+    _rtype = "linux::Mtr"
 
     @classmethod
     def _register_attributes(cls):