runtime/__init__.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 27 Apr 2016 18:42:30 +0300
changeset 1505 5ecb16be9a3c
parent 344 25b7b7f854bc
child 1511 91538d0c242c
permissions -rw-r--r--
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;...'
# module which import C files as strings

import os

from PLCObject import PLCObject, PLCprint
import ServicePublisher