buildframework/helium/tests/data/pythonTest2.py
changeset 217 0f5e3a7fb6af
parent 181 59bb7c4d6172
child 307 22ecbfc20eb4
child 584 56dd7656a965
child 587 85df38eb4012
--- 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