Skip to content

Commit 06161e6

Browse files
authored
Merge pull request honza#1082 from sedrubal/python3-shebang
Python3 shebang
2 parents 936ac51 + 37d5445 commit 06161e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

snippets/python.snippets

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
snippet #!
2-
#!/usr/bin/env python
3-
# -*- coding: utf-8 -*-
2+
#!/usr/bin/env python3
43
snippet #!2
54
#!/usr/bin/env python2
65
# -*- coding: utf-8 -*-
76
snippet #!3
87
#!/usr/bin/env python3
9-
# -*- coding: utf-8 -*-
108
snippet imp
119
import ${0:module}
1210
snippet uni

0 commit comments

Comments
 (0)