- fix syntax errors
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 16 Jan 2007 17:15:22 +0000 (17:15 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 16 Jan 2007 17:15:22 +0000 (17:15 +0000)
PLC/Methods/SliceInfo.py

index 5be35d6..94b4bb9 100644 (file)
@@ -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)
         ]