Changeset 1605 for branches/alma


Ignore:
Timestamp:
07/18/09 07:58:28 (15 years ago)
Author:
TakTsutsumi
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): asap

Description: a minor teak for revision no. display


File:
1 edited

Legend:

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

    r1603 r1605  
    399399if os.path.isfile(revinfo):
    400400    f = file(revinfo)
    401     #f.readline()
     401    f.readline()
    402402    revsionno=f.readline()
    403403    f.close()
Note: See TracChangeset for help on using the changeset viewer.