X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FResolveSlices.py;h=8e0d95952a58bb7c595d1c3ce0508a8a8c3ddb09;hb=bd0cbf4f7f2e4cf7ceda500bfa6f98c0a700018b;hp=2a33ef245c724d711c3bb8591ea9b2b633d25a23;hpb=f5cd72e35593c96b9996ab4e49674cccc7525c48;p=plcapi.git diff --git a/PLC/Methods/ResolveSlices.py b/PLC/Methods/ResolveSlices.py index 2a33ef2..8e0d959 100644 --- a/PLC/Methods/ResolveSlices.py +++ b/PLC/Methods/ResolveSlices.py @@ -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'], }