From d15f5271e44343384917f268cbe9572985527883 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 24 Feb 2009 17:28:54 +0000 Subject: [PATCH] tuned doc for ResolveSlices --- PLC/Methods/ResolveSlices.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/PLC/Methods/ResolveSlices.py b/PLC/Methods/ResolveSlices.py index b16bbb41..57095a01 100644 --- a/PLC/Methods/ResolveSlices.py +++ b/PLC/Methods/ResolveSlices.py @@ -1,4 +1,4 @@ -# $Id: ResolveSlices.py 12202 2009-02-24 13:39:32Z thierry $ +# $Id: ResolveSlices.py 12216 2009-02-24 17:26:22Z thierry $ from PLC.Method import Method from PLC.Parameter import Parameter, Mixed @@ -8,11 +8,12 @@ from PLC.Slices import Slice, Slices class ResolveSlices(Method): """ - This method is similar to GetSlices, except the the returned - columns are restricted to 'name' and 'slice_id'. This is method - designed to help third-party software solve slice names from their - slice_id (e.g. PlanetFlow Central). For this reason it is - accessible with anonymous authentication (among others) + This method is similar to GetSlices, except that (1) the returned + columns are restricted to 'name' and 'slice_id', and (2) it + returns expired slices too. This method is designed to help + third-party software solve slice names from their slice_id + (e.g. PlanetFlow Central). For this reason it is accessible with + anonymous authentication (among others). """ roles = ['admin', 'pi', 'user', 'tech', 'anonymous' ] -- 2.47.0