svn keywords
[plcapi.git] / PLC / Methods / SliceUsersList.py
index 789833b..2c39925 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Filter import Filter
@@ -19,6 +21,8 @@ class SliceUsersList(GetSlices, GetPersons):
     about that slice will not be returned.
     """
 
+    status = "deprecated"
+
     roles = ['admin', 'pi', 'user']
 
     accepts = [