added small snippet for use python3 interpreter

This commit is contained in:
Sergey Lebedev 2015-08-04 14:52:52 +03:00
parent af3c2d3f66
commit 97ca04d504

View File

@ -1,6 +1,9 @@
snippet #!
#!/usr/bin/env python
# -*- coding: utf-8 -*-
snippet #!3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
snippet imp
import ${0:module}
snippet uni