Ignore:
Timestamp:
09/11/09 12:18:38 (15 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix.
Removed duplicated 'from asap import asaplog' lines.


File:
1 edited

Legend:

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

    r1614 r1632  
    613613        maxpanel, maxstack = 16,8
    614614        if n > maxpanel or nstack > maxstack:
    615             from asap import asaplog
    616615            maxn = 0
    617616            if nstack > maxstack: maxn = maxstack
Note: See TracChangeset for help on using the changeset viewer.