Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / linux / route.py
index b012709..8eff5d5 100644 (file)
@@ -27,7 +27,6 @@ import os
 class LinuxRoute(LinuxApplication):
     _rtype = "linux::Route"
     _help = "Adds a route to the host using iptools "
-    _backend = "linux"
 
     @classmethod
     def _register_attributes(cls):