Changeset 144fe21 in sasview for src/sas/qtgui/Calculators/UnitTesting/SLDCalculatorTest.py
- Timestamp:
- Jul 26, 2018 5:30:15 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- dc71408
- Parents:
- e793f62
- git-author:
- Piotr Rozyczko <rozyczko@…> (07/26/18 05:28:51)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (07/26/18 05:30:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Calculators/UnitTesting/SLDCalculatorTest.py
re90988c r144fe21 20 20 import sas.qtgui.Utilities.LocalConfig 21 21 22 #if not QtWidgets.QApplication.instance(): 23 # app = QtWidgets.QApplication(sys.argv) 24 app = QtWidgets.QApplication(sys.argv) 22 if not QtWidgets.QApplication.instance(): 23 app = QtWidgets.QApplication(sys.argv) 25 24 26 25 class SldResultTest(unittest.TestCase):
Note: See TracChangeset
for help on using the changeset viewer.