diff -r 59bb7c4d6172 -r 0f5e3a7fb6af buildframework/helium/tests/data/pythonTest2.py --- a/buildframework/helium/tests/data/pythonTest2.py Fri Feb 05 11:59:41 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -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