Changeset 542 for trunk


Ignore:
Timestamp:
Nov 8, 2006, 12:05:19 PM (18 years ago)
Author:
dkearney
Message:

added date, revision, and url to the tool section of application's results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/app-fermi/python/fermi.py

    • Property svn:keywords changed from LastChangedDate Author to Date Rev URL
    r541 r542  
    1919driver = Rappture.library(sys.argv[1])
    2020
    21 driver.put("tool.LastChangedDate", $LastChangedDate$)
     21driver.put("tool.date", "$Date$")
     22driver.put("tool.rev", "$Rev$")
     23driver.put("tool.url", "$URL$")
    2224
    2325Tstr = driver.get('input.(temperature).current')
Note: See TracChangeset for help on using the changeset viewer.