controls/DebugVariablePanel/__init__.py
author Laurent Bessard
Tue, 24 Sep 2013 00:44:06 +0200
changeset 1322 0a9227f743b3
parent 1198 8b4e6bd0aa92
child 1364 e9e17d3b2849
permissions -rw-r--r--
Fixed xmlclass for working with included files, adding support for SimpleType elements and solving ambiguity in extension class when different elements share the same name and parent name
try:
    from DebugVariableGraphicPanel import DebugVariableGraphicPanel as DebugVariablePanel
except:
    from DebugVariableTablePanel import DebugVariableTablePanel as DebugVariablePanel