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}