fix usage of the 'kargs' node tag
[plcapi.git] / PLC / Methods / GetSlices.py
index 63dc0b4..ab4cdf6 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Filter import Filter
@@ -73,3 +75,4 @@ class GetSlices(Method):
                    del slice['slice_id']
 
         return slices
+