From: Mark Huang Date: Tue, 16 Jan 2007 17:15:22 +0000 (+0000) Subject: - fix syntax errors X-Git-Tag: pycurl-7_13_1~93 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d1a8f97dc9e36fc576e0bf135c6a336384a2adcc;p=plcapi.git - fix syntax errors --- diff --git a/PLC/Methods/SliceInfo.py b/PLC/Methods/SliceInfo.py index 5be35d6..94b4bb9 100644 --- a/PLC/Methods/SliceInfo.py +++ b/PLC/Methods/SliceInfo.py @@ -23,8 +23,8 @@ class SliceInfo(Method): accepts = [ Auth(), - [Mixed(Slice.fields['name']], - Parameter(bool, "Whether or not to return users for the slices", nullok = True) + [Mixed(Slice.fields['name'])], + Parameter(bool, "Whether or not to return users for the slices", nullok = True), Parameter(bool, "Whether or not to return nodes for the slices", nullok = True) ]