- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / SliceCreate.py
index 72f8c9c..4be4ee0 100644 (file)
@@ -13,13 +13,13 @@ class SliceCreate(AddSlice):
     """
 
     status = "deprecated"
-    
+
     accepts = [
         Auth(),
         Slice.fields['name'],
         AddSlice.accepts[1]
         ]
-    
+
     returns = Parameter(int, 'New slice_id (> 0) if successful')
 
     def call(self, auth, name, slice_fields = {}):