Changeset e645bbb in sasview
- Timestamp:
- Apr 9, 2017 2:58:36 AM (8 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 7b15990
- Parents:
- 686279d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/data_processor.py
r686279d re645bbb 18 18 19 19 """ 20 import wx21 import numpy as np22 import math23 import re24 20 import os 25 21 import sys 26 22 import copy 27 from wx.lib.scrolledpanel import ScrolledPanel 23 import math 24 import re 25 import wx 26 import numpy as np 27 28 28 import wx.aui 29 29 from wx.aui import AuiNotebook as nb 30 30 import wx.lib.sheet as sheet 31 from wx.lib.scrolledpanel import ScrolledPanel 32 31 33 from sas.sasgui.guiframe.panel_base import PanelBase 32 34 from sas.sasgui.guiframe.events import NewPlotEvent
Note: See TracChangeset
for help on using the changeset viewer.