controls/DebugVariablePanel/__init__.py
author Laurent Bessard
Thu, 10 Oct 2013 09:43:52 +0200
changeset 1351 a546a63ce1bf
parent 1198 8b4e6bd0aa92
child 1364 e9e17d3b2849
permissions -rw-r--r--
Fixed pou tagname of instance path computing stylesheet
try:
    from DebugVariableGraphicPanel import DebugVariableGraphicPanel as DebugVariablePanel
except:
    from DebugVariableTablePanel import DebugVariableTablePanel as DebugVariablePanel