Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / linux / tunnel.py
index 961d50c..43c7f99 100644 (file)
@@ -30,7 +30,6 @@ state_check_delay = 0.5
 class LinuxTunnel(LinuxApplication):
     _rtype = "abstract::linux::Tunnel"
     _help = "Constructs a tunnel between two Linux endpoints"
-    _backend = "linux"
 
     def __init__(self, ec, guid):
         super(LinuxTunnel, self).__init__(ec, guid)