controls/DebugVariablePanel/DebugVariableTextViewer.py
changeset 1853 47a3f39bead0
parent 1852 70c1cc354a8f
child 1878 fb73a6b6622d
equal deleted inserted replaced
1852:70c1cc354a8f 1853:47a3f39bead0
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
       
    25 
       
    26 from __future__ import absolute_import
    25 from types import TupleType
    27 from types import TupleType
    26 
    28 
    27 import wx
    29 import wx
    28 
    30 
    29 from DebugVariableViewer import DebugVariableViewer
    31 from controls.DebugVariablePanel.DebugVariableViewer import DebugVariableViewer
    30 from GraphButton import GraphButton
    32 from controls.DebugVariablePanel.GraphButton import GraphButton
    31 
    33 
    32 # -------------------------------------------------------------------------------
    34 # -------------------------------------------------------------------------------
    33 #                     Debug Variable Text Viewer Drop Target
    35 #                     Debug Variable Text Viewer Drop Target
    34 # -------------------------------------------------------------------------------
    36 # -------------------------------------------------------------------------------
    35 
    37