buildframework/helium/tests/data/pythonTest2.py
author timothy.murphy@nokia.com
Mon, 15 Mar 2010 16:32:51 +0000
branchfix
changeset 360 77642c41e033
parent 1 be27ed110b50
permissions -rw-r--r--
fix: emake log output corruption fix by using output from the annotation file. Updates.

from optparse import OptionParser

def main():
    parser = OptionParser(usage="%prog VERSION")
    opts, args = parser.parse_args()
    input = args[0]
    print input
    
main()