From 3de36e86f483f86c6c77672811e48902865b35ad Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 12 Jun 2011 11:26:46 +0200 Subject: [PATCH] Changed shebang definition for python scripts --- snippets/python.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/python.snippets b/snippets/python.snippets index 95a4436..24bba7d 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -1,5 +1,5 @@ snippet #! - #!/usr/bin/python + #!/usr/bin/env python snippet imp import ${1:module}