review on imports & svn keywords
[sfa.git] / geni / methods / create_slice.py
index 84c6211..8b8cffe 100644 (file)
@@ -1,5 +1,7 @@
+### $Id$
+### $URL$
+
 from geni.util.faults import *
-from geni.util.excep import *
 from geni.util.misc import *
 from geni.util.method import Method
 from geni.util.parameter import Parameter, Mixed
@@ -27,7 +29,6 @@ class create_slice(Method):
     returns = [Parameter(int, "1 if successful")]
     
     def call(self, cred, hrn, rspec):
-       
         self.api.auth.check(cred, 'createslice')
         slices = Slices(self.api)
         slices.create_slice(hrn, rspec)