Changes in / [f7d14a1:dc57b4f] in sasview


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

Legend:

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

    r7adc2a8 r6d96bf9  
    44from Fitting.FittingPerspective import FittingWindow 
    55from Invariant.InvariantPerspective import InvariantWindow 
     6from Corfunc.CorfuncPerspective import CorfuncWindow 
    67 
    78PERSPECTIVES = { 
    89    FittingWindow.name: FittingWindow, 
    910    InvariantWindow.name: InvariantWindow, 
     11    CorfuncWindow.name: CorfuncWindow, 
    1012} 
Note: See TracChangeset for help on using the changeset viewer.