2to3 -f raise
[sfa.git] / sfa / storage / parameter.py
index e520bfc..6737d0b 100644 (file)
@@ -100,4 +100,4 @@ def xmlrpc_type(arg):
         # documentation purposes.
         return "mixed"
     else:
-        raise SfaAPIError, "XML-RPC cannot marshal %s objects" % arg_type
+        raise SfaAPIError("XML-RPC cannot marshal %s objects" % arg_type)