get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / ResolveSlices.py
index 2a33ef2..8e0d959 100644 (file)
@@ -1,6 +1,3 @@
-# $Id$
-# $URL$
-
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Filter import Filter
@@ -19,7 +16,7 @@ class ResolveSlices(Method):
 
     roles = ['admin', 'pi', 'user', 'tech', 'anonymous' ]
 
-    applicable_fields = { 
+    applicable_fields = {
         'slice_id' : Slice.fields['slice_id'],
         'name' : Slice.fields['name'],
         }