bug fix
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Sat, 31 Oct 2009 20:58:14 +0000 (20:58 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Sat, 31 Oct 2009 20:58:14 +0000 (20:58 +0000)
sfa/methods/get_slices.py

index 63c8d78..4deae10 100644 (file)
@@ -20,7 +20,6 @@ class get_slices(Method):
     
     accepts = [
         Parameter(str, "Credential string"),
-        Parameter(str, "Request hash"),
         Mixed(Parameter(str, "Request hash"),
               Parameter(None, "Request hash not specified"))
         ]