Changeset 573


Ignore:
Timestamp:
04/07/05 11:24:45 (19 years ago)
Author:
mar637
Message:

added "install" date to welcome message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r559 r573  
    385385    return
    386386
    387 print """Welcome to ASAP v%s - the ATNF Spectral Analysis Package
     387print """Welcome to ASAP v%s (%s) - the ATNF Spectral Analysis Package
    388388
    389389Please report any bugs to:
     
    392392[IMPORTANT: ASAP is 0-based]
    393393Type commands() to get a list of all available ASAP commands.
    394 """ % (__version__)
     394""" % (__version__, __date__)
Note: See TracChangeset for help on using the changeset viewer.