Changeset 1494


Ignore:
Timestamp:
02/03/09 03:50:25 (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): Module Names change impacts.

Description: Fixed revision to set the ASAP revision

number correctly


File:
1 edited

Legend:

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

    r1460 r1494  
    364364__version__  = '2.2.0 alma'
    365365# nrao casapy specific, get revision number
    366 __revision__ = ' unknown '
     366#__revision__ = ' unknown '
    367367casapath=os.environ["CASAPATH"].split()
    368368revinfo=casapath[0]+'/'+casapath[1]+'/python/2.5/asap/svninfo.txt'
     
    373373    f.close()
    374374    __revision__ = revsionno.rstrip()
     375else:
     376    __revision__ = ' unknown '
    375377
    376378def is_ipython():
Note: See TracChangeset for help on using the changeset viewer.