Mark these as 'deprecated'
[plcapi.git] / PLC / Methods / AddNodeNetwork.py
index 1512638..e697268 100644 (file)
@@ -5,6 +5,7 @@ from PLC.Methods.AddInterface import AddInterface
 class AddNodeNetwork(AddInterface):
     """ Legacy version of AddInterface. """
     skip_typecheck = True
+    status = "deprecated"
     def call(self, auth, *args, **kwds):
         newargs=[patch(x,v42rename) for x in args]
         newkwds=dict ( [ (k,patch(v,v42rename)) for (k,v) in kwds.iteritems() ] )