More complete handling of 4.2 calls mapped to 4.3 calls.
[plcapi.git] / PLC / Methods / DeleteSliceAttributeType.py
index 1ea63ed..818f178 100644 (file)
@@ -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. """