Changeset 6d8f692 in sasview for sasview/sasview.py


Ignore:
Timestamp:
Sep 15, 2016 8:33:57 AM (8 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
b76cf0d
Parents:
15fd91b
git-author:
Lewis O'Driscoll <lewis.o'driscoll@…> (08/19/16 08:53:00)
git-committer:
Piotr Rozyczko <rozyczko@…> (09/15/16 08:33:57)
Message:

Attempt to fix mac build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/sasview.py

    rc89e649 r6d8f692  
    100100 
    101101from matplotlib import backend_bases 
    102 backend_bases._default_filetypes.pop('pgf', None) 
     102backend_bases.FigureCanvasBase.filetypes.pop('pgf', None) 
    103103 
    104104class SasView(): 
Note: See TracChangeset for help on using the changeset viewer.