From 4a21072c4ec1237d1299d8bf39623aaa01867556 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Sat, 31 Oct 2009 20:58:14 +0000 Subject: [PATCH] bug fix --- sfa/methods/get_slices.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sfa/methods/get_slices.py b/sfa/methods/get_slices.py index 63c8d787..4deae104 100644 --- a/sfa/methods/get_slices.py +++ b/sfa/methods/get_slices.py @@ -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")) ] -- 2.43.0