looks the same to me
authorTony Mack <tmack@cs.princeton.edu>
Fri, 16 Oct 2009 03:58:39 +0000 (03:58 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 16 Oct 2009 03:58:39 +0000 (03:58 +0000)
sfa/methods/get_slices.py

index 7fea274..aaf30f7 100644 (file)
@@ -29,5 +29,5 @@ class get_slices(Method):
         self.api.auth.authenticateCred(cred, [cred], request_hash) 
         self.api.auth.check(cred, 'listslices')
         slices = Slices(self.api)
-        slices.refresh()    
+        slices.refresh()
         return slices['hrn']