weird ... running the python module with perl interpreter was passing ... but it seems this is because perl was taking the shebang line into account (???)

This commit is contained in:
Dan Buch 2011-01-03 23:18:01 -05:00
parent fdcafd13f5
commit 748671e3fc

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
firstname = "Jonathan" firstname = "Jonathan"
print "Hello, " + firstname print "Hello, " + firstname