Ignore:
Timestamp:
Jul 3, 2014 11:08:59 AM (10 years ago)
Author:
ldelgass
Message:

Remove svn keywords from app-fermi python example. The other lang examples
don't do this and it just creates spurious diffs when merging.

File:
1 edited

Legend:

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

    r3177 r4462  
    1717# open the XML file containing the run parameters
    1818driver = Rappture.library(sys.argv[1])
    19 
    20 driver.put("tool.version.application.date", "$Date$")
    21 driver.put("tool.version.application.rev", "$LastChangedRevision$")
    22 driver.put("tool.version.application.url", "$URL$")
    2319
    2420Tstr = driver.get('input.(temperature).current')
Note: See TracChangeset for help on using the changeset viewer.