diff -r b61c19d4168d -r 22ecbfc20eb4 buildframework/helium/tests/data/pythonTest2.py --- a/buildframework/helium/tests/data/pythonTest2.py Wed Feb 17 16:10:19 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