Skip to content

Commit 29c4372

Browse files
committed
Merge pull request honza#606 from slebedev/issues/605
added small snippet for use python3 interpreter
2 parents af3c2d3 + 97ca04d commit 29c4372

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

snippets/python.snippets

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
snippet #!
22
#!/usr/bin/env python
33
# -*- coding: utf-8 -*-
4+
snippet #!3
5+
#!/usr/bin/env python3
6+
# -*- coding: utf-8 -*-
47
snippet imp
58
import ${0:module}
69
snippet uni

0 commit comments

Comments
 (0)