controls/DebugVariablePanel/__init__.py
author Laurent Bessard
Wed, 07 Aug 2013 11:47:14 +0200
changeset 1286 adda406d3960
parent 1198 8b4e6bd0aa92
child 1364 e9e17d3b2849
permissions -rw-r--r--
Fixed bug when displaying Master generated Object Dictionary in canfestival extension
try:
    from DebugVariableGraphicPanel import DebugVariableGraphicPanel as DebugVariablePanel
except:
    from DebugVariableTablePanel import DebugVariableTablePanel as DebugVariablePanel