Ignore:
Timestamp:
Apr 19, 2017 1:58:36 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Putting files in more ordered fashion

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/UnitTesting/PlotterBaseTest.py

    • Property mode changed from 100755 to 100644
    raadf0af1 r83eb5208  
    1212####### 
    1313 
    14 from sas.qtgui.ScaleProperties import ScaleProperties 
    15 from sas.qtgui.WindowTitle import WindowTitle 
     14from sas.qtgui.Plotting.ScaleProperties import ScaleProperties 
     15from sas.qtgui.Plotting.WindowTitle import WindowTitle 
    1616#import sas.qtgui.GuiUtils as GuiUtils 
    17 from sas.qtgui.GuiUtils import * 
    18 import sas.qtgui.PlotHelper as PlotHelper 
     17from sas.qtgui.Utilities.GuiUtils import * 
     18import sas.qtgui.Plotting.PlotHelper as PlotHelper 
    1919 
    2020# Tested module 
    21 import sas.qtgui.PlotterBase as PlotterBase 
     21import sas.qtgui.Plotting.PlotterBase as PlotterBase 
    2222 
    2323app = QtGui.QApplication(sys.argv) 
Note: See TracChangeset for help on using the changeset viewer.