X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FDeleteSliceAttributeType.py;h=818f17881022fd62ea3baa5d30a489fe33e3b440;hb=98b9dae9cfd24ff00b75ea2073570640b699f1c6;hp=1ea63ed8007aadfd212022b10c3e980deecd11f6;hpb=9462a5d050f049d8f96d16f968dff7a4aafe10c5;p=plcapi.git diff --git a/PLC/Methods/DeleteSliceAttributeType.py b/PLC/Methods/DeleteSliceAttributeType.py index 1ea63ed..818f178 100644 --- a/PLC/Methods/DeleteSliceAttributeType.py +++ b/PLC/Methods/DeleteSliceAttributeType.py @@ -1,6 +1,6 @@ from PLC.v42Legacy import patch -from PLC.v42LegacyTypes import v42rename, v43rename +from PLC.v42LegacyAttributeTypes import v42rename, v43rename from PLC.Methods.DeleteTagType import DeleteTagType class DeleteSliceAttributeType(DeleteTagType): """ Legacy version of DeleteTagType. """