targets/Generic/__init__.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 27 Apr 2016 18:42:30 +0300
changeset 1505 5ecb16be9a3c
parent 1387 435965ca8b63
child 1511 91538d0c242c
permissions -rwxr-xr-x
fix copying elements with non-latin content like comment element, or
variables with description in non-latin character set

before any non-latin text was converted after copying to strings like '&#1069;&#1090;&#1086;...'
from ..toolchain_makefile import toolchain_makefile

class Generic_target(toolchain_makefile):
    pass