Changeset b9a5f0e in sasview for src/sas/guiframe/gui_manager.py


Ignore:
Timestamp:
Feb 13, 2015 4:52:52 AM (9 years ago)
Author:
krzywon
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:
fd5ac0d
Parents:
35ec279
Message:

90% complete with the conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/guiframe/gui_manager.py

    r79492222 rb9a5f0e  
    6969    logging.info(sys.executable) 
    7070    logging.info(str(sys.argv)) 
    71     from sas import sansview as sasview 
     71    from sas import sasview as sasview 
    7272    app_path = os.path.dirname(sasview.__file__) 
    7373    logging.info("Using application path: %s", app_path) 
     
    113113    if config is None: 
    114114        # Didn't find local config, load the default  
    115 import sas.guiframe.config as config 
     115        import sas.guiframe.config as config 
    116116        logging.info("using default local_config")         
    117117    else: 
     
    21162116        """ 
    21172117        if config._do_aboutbox: 
    2118 import sas.guiframe.aboutbox as AboutBox 
     2118            import sas.guiframe.aboutbox as AboutBox 
    21192119            dialog = AboutBox.DialogAbout(None, -1, "") 
    21202120            dialog.ShowModal()    
Note: See TracChangeset for help on using the changeset viewer.