Merge branch 'master' of ssh://git.planet-lab.org/git/plcapi
[plcapi.git] / PLC / Methods / ResolveSlices.py
index 17a1290..7f5fb92 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: ResolveSlices.py 12217 2009-02-24 17:28:54Z thierry $
+# $Id$
+# $URL$
 
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -18,7 +19,7 @@ class ResolveSlices(Method):
 
     roles = ['admin', 'pi', 'user', 'tech', 'anonymous' ]
 
-    applicable_fields = { 
+    applicable_fields = {
         'slice_id' : Slice.fields['slice_id'],
         'name' : Slice.fields['name'],
         }