More complete handling of 4.2 calls mapped to 4.3 calls.
[plcapi.git] / PLC / Methods / GetSliceAttributeTypes.py
index 1c05e44..278cf70 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.GetTagTypes import GetTagTypes
 class GetSliceAttributeTypes(GetTagTypes):
     """ Legacy version of GetTagTypes. """