Changeset dc5ef15 in sasview for src/sas/qtgui/Utilities/UnitTesting


Ignore:
Timestamp:
May 18, 2017 5:36:57 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:
6066a3f
Parents:
2a432e7
Message:

Removed qtgui dependency on sasgui and wx SASVIEW-590

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/UnitTesting/GuiUtilsTest.py

    r83eb5208 rdc5ef15  
    1212# SV imports 
    1313from sas.sascalc.dataloader.loader import Loader 
    14 from sas.sasgui.guiframe.data_manager import DataManager 
    15 from sas.sasgui.guiframe.dataFitting import Data1D 
    16 from sas.sasgui.guiframe.dataFitting import Data2D 
     14from sas.qtgui.MainWindow.DataManager import DataManager 
     15from sas.qtgui.Plotting.PlotterData import Data1D 
     16from sas.qtgui.Plotting.PlotterData import Data2D 
    1717 
    1818# Tested module 
Note: See TracChangeset for help on using the changeset viewer.