Changeset 464cd07 in sasview for src/sas/qtgui/MainWindow/UnitTesting/MainWindowTest.py
- Timestamp:
- Aug 22, 2017 5:59:29 AM (7 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:
- b2a5042
- Parents:
- 457d961
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/UnitTesting/MainWindowTest.py
r83eb5208 r464cd07 14 14 from sas.qtgui.MainWindow.MainWindow import SplashScreen 15 15 16 app = QtGui.QApplication(sys.argv) 16 if not QtGui.QApplication.instance(): 17 app = QtGui.QApplication(sys.argv) 17 18 18 19 class MainWindowTest(unittest.TestCase):
Note: See TracChangeset
for help on using the changeset viewer.