POULibrary.py
Wed, 31 Jan 2018 15:22:43 +0100 Edouard Tisserant Add some class factory function to ease declaration of simple POU libraries in customizations (i.e. TC6 XML file only, no special C code generation)
Wed, 25 Oct 2017 13:50:26 +0300 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
Thu, 28 Sep 2017 12:20:40 +0300 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
Wed, 16 Aug 2017 13:01:13 +0300 Andrey Skvortsov clean-up: fix PEP8 E703 statement ends with a semicolon
Tue, 15 Aug 2017 12:17:51 +0300 Andrey Skvortsov clean-up: fix PEP8 E203 whitespace before ':' and whitespace before ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Fri, 06 May 2016 14:05:44 +0300 Andrey Skvortsov add copyright notices to python files where there were missing, that
Thu, 14 Jun 2012 18:50:10 +0200 Edouard Tisserant Fixed import dependency order for POUlibrary and PLCControler
Sat, 19 May 2012 15:54:16 +0200 Edouard Tisserant Added reference to CTR in libraries
Sat, 19 May 2012 12:41:48 +0200 Edouard Tisserant refecored library extension machanism
Sat, 12 May 2012 11:21:10 +0200 Edouard Tisserant refactoring - library support is not anymore attached to configtree nodes, but handles by project controller