diff -r 044383f39525 -r be27ed110b50 buildframework/helium/tests/data/pythonTest2.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/tests/data/pythonTest2.py Wed Oct 28 14:39:48 2009 +0000 @@ -0,0 +1,9 @@ +from optparse import OptionParser + +def main(): + parser = OptionParser(usage="%prog VERSION") + opts, args = parser.parse_args() + input = args[0] + print input + +main() \ No newline at end of file