Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / linux / interface.py
index af527b9..b166d4c 100644 (file)
@@ -38,7 +38,7 @@ import time
 class LinuxInterface(ResourceManager):
     _rtype = "linux::Interface"
     _help = "Controls network devices on Linux hosts through the ifconfig tool"
-    _backend = "linux"
+    _platform = "linux"
 
     @classmethod
     def _register_attributes(cls):