Changes in example/fit_sesans.py [d7cd7d1:52e3eef] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • example/fit_sesans.py

    rd7cd7d1 r52e3eef  
    1414sys.path.insert(0, SASMODELS) 
    1515 
    16 if sys.argv[-1].startswith('-'): 
    17     from bumps.cli import main as run_bumps 
    18 else: 
    19     from bumps.gui.gui_app import main as run_bumps 
    20 run_bumps() 
     16from bumps.gui.gui_app import main as gui 
     17gui() 
Note: See TracChangeset for help on using the changeset viewer.