Changeset 6d96bf9 in sasview for src/sas/qtgui/Perspectives/__init__.py
- Timestamp:
- Oct 24, 2017 5:37:42 AM (7 years ago)
- Children:
- 59183b7
- Parents:
- 8d39961
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/__init__.py
r7adc2a8 r6d96bf9 4 4 from Fitting.FittingPerspective import FittingWindow 5 5 from Invariant.InvariantPerspective import InvariantWindow 6 from Corfunc.CorfuncPerspective import CorfuncWindow 6 7 7 8 PERSPECTIVES = { 8 9 FittingWindow.name: FittingWindow, 9 10 InvariantWindow.name: InvariantWindow, 11 CorfuncWindow.name: CorfuncWindow, 10 12 }
Note: See TracChangeset
for help on using the changeset viewer.