This change fixes the WSDL build. I am aware that it removes a bit of flexibility...
[sfa.git] / sfa / methods / get_registries.py
index 69b0751..e928aa2 100644 (file)
@@ -21,8 +21,8 @@ class get_registries(Method):
     
     accepts = [
         Parameter(str, "Credential string"),
-        Mixed([Parameter(str, "Human readable name (hrn)")],
-              Parameter(str, "Human readable name (hrn)"),
+        
+        Mixed(Parameter(str, "Human readable name (hrn)"),
               Parameter(None, "hrn not specified"))  
         ]