Changeset 1660 for branches/alma


Ignore:
Timestamp:
11/17/09 19:56:29 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-729 and 1147

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fixed a bug that all casapy tools were listed when sd.<Tab>.


File:
1 edited

Legend:

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

    r1627 r1660  
    349349
    350350# Logging
    351 from taskinit import *
    352351from asap._asap import Log as _asaplog
    353352global asaplog
     
    359358
    360359def print_log(level='INFO'):
     360    from taskinit import casalog
    361361    log = asaplog.pop()
    362362    #if len(log) and rcParams['verbose']: print log
Note: See TracChangeset for help on using the changeset viewer.