targets/Generic/__init__.py
author Edouard Tisserant
Wed, 11 Jun 2014 19:01:17 +0200
changeset 1417 374238039643
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Added a variable name text entry dialog to allow name change on drag'n'drops
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass