fix wsdl build. first argument of Parameter must be a type.
[sfa.git] / sfa / methods / get_trusted_certs.py
index 334734b..6ae4d50 100644 (file)
@@ -20,7 +20,7 @@ class get_trusted_certs(Method):
               Parameter(None, "Credential not specified"))
         ]
 
-    returns = Parameter([str], "List of GID strings")
+    returns = Parameter(type([str]), "List of GID strings")
     
     def call(self, cred = None):
         # If cred is not specified just return the gid for this interface.