diff -r 56b48961cc68 -r 0f1081928d65 PLCGenerator.py --- a/PLCGenerator.py Thu Sep 28 12:20:40 2017 +0300 +++ b/PLCGenerator.py Thu Sep 28 15:17:57 2017 +0300 @@ -22,10 +22,12 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +from types import * +import re from plcopen import PLCOpenParser from plcopen.structures import * -from types import * -import re + # Dictionary associating PLCOpen variable categories to the corresponding # IEC 61131-3 variable categories