X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetKeyTypes.py;h=c6ccb35c6d2d94b911b8087ec8f50e1d1ee6f416;hb=3dfe7a1b32434ca886aa65326641c4df8bfab94d;hp=dd685de1304a79b3ef28b4c487940f94591c4fc5;hpb=d4c363a3ee55334eacd91f303adf6ecc20055d1e;p=plcapi.git diff --git a/PLC/Methods/GetKeyTypes.py b/PLC/Methods/GetKeyTypes.py index dd685de..c6ccb35 100644 --- a/PLC/Methods/GetKeyTypes.py +++ b/PLC/Methods/GetKeyTypes.py @@ -1,3 +1,5 @@ +# $Id$ +# $URL$ from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed @@ -9,7 +11,7 @@ class GetKeyTypes(Method): Returns an array of all valid key types. """ - roles = ['admin', 'pi', 'user', 'tech'] + roles = ['admin', 'pi', 'user', 'tech', 'node'] accepts = [ Auth()