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