targets/Generic/__init__.py
author Edouard Tisserant
Wed, 21 May 2014 18:43:54 +0200
changeset 1407 cf3d2b53dd68
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Organized controller's _Build sub-methods layout. Many (unwanted) white space changes.
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass