buildframework/helium/tests/data/pythonTest2.py
changeset 307 22ecbfc20eb4
parent 215 b61c19d4168d
parent 217 0f5e3a7fb6af
child 308 7830b8253b5a
--- 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