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