From 748671e3fcdcc5f40b6bed0edb927c8d03c63f16 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 3 Jan 2011 23:18:01 -0500 Subject: [PATCH] weird ... running the python module with perl interpreter was passing ... but it seems this is because perl was taking the shebang line into account (???) --- cli/variables.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/variables.py b/cli/variables.py index 38132de..ca45e66 100644 --- a/cli/variables.py +++ b/cli/variables.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - firstname = "Jonathan" print "Hello, " + firstname