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