Changeset 573 for trunk/python
- Timestamp:
- 04/07/05 11:24:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r559 r573 385 385 return 386 386 387 print """Welcome to ASAP v%s - the ATNF Spectral Analysis Package387 print """Welcome to ASAP v%s (%s) - the ATNF Spectral Analysis Package 388 388 389 389 Please report any bugs to: … … 392 392 [IMPORTANT: ASAP is 0-based] 393 393 Type 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.