Changeset 1729


Ignore:
Timestamp:
04/28/10 14:33:35 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs: load asap on casapy

Put in Release Notes: No

Module(s): asap

Description: avoid warning message when loading asap from casa.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/__init__.py

    r1676 r1729  
    391391        if gui:
    392392            import matplotlib
    393             matplotlib.use("TkAgg")
     393            if not matplotlib.sys.modules['matplotlib.backends']: matplotlib.use("TkAgg")
    394394        import pylab
    395395        xyplotter = pylab
Note: See TracChangeset for help on using the changeset viewer.