targets/Generic/__init__.py
author Edouard Tisserant
Tue, 25 Feb 2014 13:39:46 +0100
changeset 1394 d11ca4dd5135
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
Fix matplotlib exception when launching on XP
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass