Debugger/VariablesViewer.py

changeset 2400
c1726b754f96
parent 2302
f29e9405c851
child 2511
a0ff5574e43a
diff -r 671d0d55e5c8 -r c1726b754f96 Debugger/VariablesViewer.py
--- a/Debugger/VariablesViewer.py	Sun Feb 10 14:36:52 2013 +0100
+++ b/Debugger/VariablesViewer.py	Sun Feb 10 14:48:24 2013 +0100
@@ -16,7 +16,6 @@
 from DebugClients.Python3.DebugConfig import ConfigVarTypeStrings
     
 from .Config import ConfigVarTypeDispStrings
-from .VariableDetailDialog import VariableDetailDialog
 
 import Preferences
 
@@ -632,6 +631,7 @@
             
         name = ''.join(nlist)
         # now show the dialog
+        from .VariableDetailDialog import VariableDetailDialog
         dlg = VariableDetailDialog(name, vtype, val)
         dlg.exec_()
     

eric ide

mercurial