buildframework/helium/tests/data/pythonTest2.py
author timothy.murphy@nokia.com
Mon, 15 Mar 2010 15:50:33 +0000
branchfix
changeset 357 b4baa7ca35a7
parent 1 be27ed110b50
permissions -rw-r--r--
fix: emake log output corruption fix by using output from the annotation file.

from optparse import OptionParser

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