plcopen/__init__.py
changeset 1853 47a3f39bead0
parent 1748 ba5f64fe0e00
child 3750 f62625418bff
equal deleted inserted replaced
1852:70c1cc354a8f 1853:47a3f39bead0
    24 
    24 
    25 # Package initialisation
    25 # Package initialisation
    26 
    26 
    27 # plcopen module dynamically creates its classes
    27 # plcopen module dynamically creates its classes
    28 
    28 
    29 from plcopen import PLCOpenParser, LoadProject, SaveProject, LoadPou, \
    29 from __future__ import absolute_import
       
    30 from plcopen.plcopen import \
       
    31     PLCOpenParser, LoadProject, SaveProject, LoadPou, \
    30     LoadPouInstances, VarOrder, QualifierList, rect
    32     LoadPouInstances, VarOrder, QualifierList, rect