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

cat-town
Dan Buch 14 years ago
parent fdcafd13f5
commit 748671e3fc

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

Loading…
Cancel
Save