runtime/__init__.py
author Edouard Tisserant
Thu, 16 Feb 2012 15:13:05 +0100
changeset 690 ef60d7e188e6
parent 344 25b7b7f854bc
child 1511 91538d0c242c
permissions -rw-r--r--
Added a semaphore when starting runtime's python thread to make sure startPLC doesn't return before PLC is really initialized.
# module which import C files as strings

import os

from PLCObject import PLCObject, PLCprint
import ServicePublisher