- use base class __init__() and delete() implementations
[plcapi.git] / PLC / Slices.py
index adfdd44..94b50e9 100644 (file)
@@ -36,10 +36,6 @@ class Slice(Row):
         'slice_attribute_ids': Parameter([int], "List of slice attributes", ro = True),
         }
 
-    def __init__(self, api, fields = {}):
-        Row.__init__(self, fields)
-        self.api = api
-
     def validate_name(self, name):
         # N.B.: Responsibility of the caller to ensure that login_base
         # portion of the slice name corresponds to a valid site, if