targets/Generic/__init__.py
author Edouard Tisserant
Mon, 02 Feb 2015 23:11:01 +0100
changeset 1436 e15ca67197b9
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
py_ext user python code can now know about global variables shared with PLC. updated tests/python accordingly
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass