new functions
[plcapi.git] / PLC / Methods / SliceDelete.py
1 from PLC.Methods.DeleteSlice import DeleteSlice
2
3 class SliceDelete(DeleteSlice):
4     """
5     Deprecated. See DeleteSlice.
6     """
7
8     status = "deprecated"