Changes in / [dc57b4f:f7d14a1] in sasview


Ignore:
Location:
src/sas/qtgui/Perspectives
Files:
5 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/__init__.py

    r6d96bf9 r7adc2a8  
    44from Fitting.FittingPerspective import FittingWindow 
    55from Invariant.InvariantPerspective import InvariantWindow 
    6 from Corfunc.CorfuncPerspective import CorfuncWindow 
    76 
    87PERSPECTIVES = { 
    98    FittingWindow.name: FittingWindow, 
    109    InvariantWindow.name: InvariantWindow, 
    11     CorfuncWindow.name: CorfuncWindow, 
    1210} 
Note: See TracChangeset for help on using the changeset viewer.