Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / linux / application.py
index 861bf1e..23108e5 100644 (file)
@@ -83,7 +83,7 @@ class LinuxApplication(ResourceManager):
 
     _rtype = "linux::Application"
     _help = "Runs an application on a Linux host with a BASH command "
-    _backend_type = "linux"
+    _platform = "linux"
 
     @classmethod
     def _register_attributes(cls):