Ignore:
Timestamp:
Oct 24, 2017 5:37:42 AM (7 years ago)
Author:
Adam Washington <adam.washington@…>
Children:
59183b7
Parents:
8d39961
Message:

Start adding Corfunc Panel

File:
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.