controls/DebugVariablePanel/DebugVariableTextViewer.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1852 70c1cc354a8f
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    24 
    24 
    25 from types import TupleType
    25 from types import TupleType
    26 
    26 
    27 import wx
    27 import wx
    28 
    28 
    29 from DebugVariableItem import DebugVariableItem
       
    30 from DebugVariableViewer import DebugVariableViewer
    29 from DebugVariableViewer import DebugVariableViewer
    31 from GraphButton import GraphButton
    30 from GraphButton import GraphButton
    32 
    31 
    33 # -------------------------------------------------------------------------------
    32 # -------------------------------------------------------------------------------
    34 #                     Debug Variable Text Viewer Drop Target
    33 #                     Debug Variable Text Viewer Drop Target