Ignore:
Timestamp:
04/26/11 13:03:10 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: No (reorganization of modules)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: the modules casatoolbar, flagtoolbar, notaionwindow, were reorganized as customgui_base, customgui_tkagg, and customgui_qt4agg, based on backend

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/flagplotter.py

    r2117 r2155  
    3737            #from asap.casatoolbar import CustomToolbarTkAgg
    3838            #return CustomToolbarTkAgg(self)
    39             from asap.flagtoolbar import CustomFlagToolbarTkAgg
     39            from asap.customgui_tkagg import CustomFlagToolbarTkAgg
    4040            return CustomFlagToolbarTkAgg(self)
    4141        return None
Note: See TracChangeset for help on using the changeset viewer.