Changes in / [dc57b4f:f7d14a1] in sasview
- Location:
- src/sas/qtgui/Perspectives
- Files:
-
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/__init__.py
r6d96bf9 r7adc2a8 4 4 from Fitting.FittingPerspective import FittingWindow 5 5 from Invariant.InvariantPerspective import InvariantWindow 6 from Corfunc.CorfuncPerspective import CorfuncWindow7 6 8 7 PERSPECTIVES = { 9 8 FittingWindow.name: FittingWindow, 10 9 InvariantWindow.name: InvariantWindow, 11 CorfuncWindow.name: CorfuncWindow,12 10 }
Note: See TracChangeset
for help on using the changeset viewer.