Changeset 83eb5208 in sasview for src/sas/qtgui/Plotting/UnitTesting/PlotterBaseTest.py
- Timestamp:
- Apr 19, 2017 3:58:36 AM (8 years ago)
- Branches:
- 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
- Children:
- cd2cc745
- Parents:
- 6c8fb2c
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/UnitTesting/PlotterBaseTest.py
- Property mode changed from 100755 to 100644
raadf0af1 r83eb5208 12 12 ####### 13 13 14 from sas.qtgui. ScaleProperties import ScaleProperties15 from sas.qtgui. WindowTitle import WindowTitle14 from sas.qtgui.Plotting.ScaleProperties import ScaleProperties 15 from sas.qtgui.Plotting.WindowTitle import WindowTitle 16 16 #import sas.qtgui.GuiUtils as GuiUtils 17 from sas.qtgui. GuiUtils import *18 import sas.qtgui.Plot Helper as PlotHelper17 from sas.qtgui.Utilities.GuiUtils import * 18 import sas.qtgui.Plotting.PlotHelper as PlotHelper 19 19 20 20 # Tested module 21 import sas.qtgui.Plott erBase as PlotterBase21 import sas.qtgui.Plotting.PlotterBase as PlotterBase 22 22 23 23 app = QtGui.QApplication(sys.argv)
Note: See TracChangeset
for help on using the changeset viewer.