controls/DebugVariablePanel/DebugVariablePanel.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1853 47a3f39bead0
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    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 from types import TupleType
    25 from types import TupleType
    26 import math
       
    27 import numpy
    26 import numpy
    28 
    27 
    29 import wx
    28 import wx
    30 import wx.lib.buttons
    29 import wx.lib.buttons
    31 
    30