controls/DebugVariablePanel/__init__.py
author Laurent Bessard
Fri, 04 Oct 2013 12:16:31 +0200
changeset 1345 53e51e786654
parent 1198 8b4e6bd0aa92
child 1364 e9e17d3b2849
permissions -rw-r--r--
Improved syntax of pou block information loading stylesheet
try:
    from DebugVariableGraphicPanel import DebugVariableGraphicPanel as DebugVariablePanel
except:
    from DebugVariableTablePanel import DebugVariableTablePanel as DebugVariablePanel