Changes in sasview/sasview.py [c23f303:cde6e52] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/sasview.py

    rc23f303 rcde6e52  
    9999APP_NAME = 'SasView' 
    100100 
     101from matplotlib import backend_bases 
     102backend_bases.FigureCanvasBase.filetypes.pop('pgf', None) 
     103 
    101104class SasView(): 
    102105    """ 
     
    144147                          APP_NAME) 
    145148            logging.error(traceback.format_exc()) 
    146  
    147         # Corfunc perspective 
    148         try: 
    149             import sas.sasgui.perspectives.corfunc as module 
    150             corfunc_plug = module.Plugin() 
    151             self.gui.add_perspective(corfunc_plug) 
    152         except: 
    153             logging.error("Unable to load corfunc module") 
    154149 
    155150        #Calculator perspective 
Note: See TracChangeset for help on using the changeset viewer.