Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / linux / udptunnel.py
index 628f7b5..e0755bd 100644 (file)
@@ -31,7 +31,7 @@ import time
 class LinuxUdpTunnel(LinuxTunnel):
     _rtype = "linux::UdpTunnel"
     _help = "Constructs a tunnel between two Linux endpoints using a UDP connection "
-    _backend = "linux"
+    _platform = "linux"
 
     @classmethod
     def _register_attributes(cls):