Mark these as 'deprecated'
[plcapi.git] / PLC / Methods / UpdateNodeNetworkSetting.py
index ca06130..689f3c2 100644 (file)
@@ -5,6 +5,7 @@ from PLC.Methods.UpdateInterfaceTag import UpdateInterfaceTag
 class UpdateNodeNetworkSetting(UpdateInterfaceTag):
     """ Legacy version of UpdateInterfaceTag. """
     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() ] )