targets/Generic/__init__.py
author Edouard Tisserant
Fri, 23 May 2014 18:28:57 +0200
changeset 1408 eb2aa27602b7
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Fixed launch of PLCopenEditor, broken since 611fded24ce4.
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass