git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88bab59
)
- remove return_fields
author
Mark Huang
<mlhuang@cs.princeton.edu>
Sun, 22 Oct 2006 22:57:10 +0000
(22:57 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Sun, 22 Oct 2006 22:57:10 +0000
(22:57 +0000)
PLC/Methods/GetSlices.py
patch
|
blob
|
history
diff --git
a/PLC/Methods/GetSlices.py
b/PLC/Methods/GetSlices.py
index
16adb98
..
a53aa5e
100644
(file)
--- a/
PLC/Methods/GetSlices.py
+++ b/
PLC/Methods/GetSlices.py
@@
-21,8
+21,7
@@
class GetSlices(Method):
accepts = [
PasswordAuth(),
[Mixed(Slice.fields['slice_id'],
- Slice.fields['name'])],
- Parameter([str], 'List of fields to return')
+ Slice.fields['name'])]
]
returns = [Slice.fields]