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/PlotProperties.py

    r6fd4e36 r83eb5208  
    11from PyQt4 import QtGui 
    22 
    3 from sas.qtgui.PlotUtilities import COLORS, SHAPES 
     3from sas.qtgui.Plotting.PlotUtilities import COLORS, SHAPES 
    44 
    5 from sas.qtgui.UI.PlotPropertiesUI import Ui_PlotPropertiesUI 
     5from sas.qtgui.Plotting.UI.PlotPropertiesUI import Ui_PlotPropertiesUI 
    66 
    77class PlotProperties(QtGui.QDialog, Ui_PlotPropertiesUI): 
Note: See TracChangeset for help on using the changeset viewer.