apply fix from 0.9-12 branch
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Mon, 7 Jun 2010 13:55:03 +0000 (13:55 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Mon, 7 Jun 2010 13:55:03 +0000 (13:55 +0000)
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.