targets/Generic/__init__.py
author Edouard Tisserant
Wed, 04 Jun 2014 13:18:23 +0200
changeset 1414 8a3998d10b81
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Splitted type selection menu code in VariablePanel, making easier to override behaviour by inheritence
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass