Changing method signatures to be consistent with method behaviors. The WSDL interface...
[sfa.git] / sfa / methods / stop_slice.py
index 6612473..b58f235 100644 (file)
@@ -24,7 +24,7 @@ class stop_slice(Method):
         Parameter(str, "Human readable name of slice to instantiate"),
         ]
 
-    returns = [Parameter(int, "1 if successful")]
+    returns = Parameter(int, "1 if successful")
     
     def call(self, cred, hrn):