Use /usr/bin/env, it's more portable.

This commit is contained in:
Tom Adams
2009-12-28 09:45:31 +08:00
committed by Michael Sanders
parent 1e17e07802
commit 74d7a0a402
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
snippet #!
#!/usr/bin/python
#!/usr/bin/env python
snippet imp
import ${1:module}