Changeset ae3e17e in sasview for calculatorview/sansviewtool.py


Ignore:
Timestamp:
Aug 5, 2011 6:49:46 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
814524b
Parents:
17175ad
Message:

standalone builder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • calculatorview/sansviewtool.py

    r17175ad rae3e17e  
    1616import local_config 
    1717import logging 
    18  
     18import sys 
    1919class SansViewToolApp(gui_manager.ViewApp): 
    2020    """ 
     
    4343        try: 
    4444            import sans.perspectives.calculator as module     
    45             calculator_plug = module.Plugin(standalone=False) 
     45            calculator_plug = module.Plugin(standalone=True) 
    4646            self.gui.add_perspective(calculator_plug) 
    4747        except: 
    4848            logging.error("SansView: could not find Calculator plug-in module") 
    4949            logging.error(sys.exc_value)   
    50          
     50 
    5151       
    5252        # Build the GUI 
Note: See TracChangeset for help on using the changeset viewer.