Added snippet for python

This commit is contained in:
madmaurice 2015-10-04 10:45:23 +02:00
parent e15680c51a
commit a0398e3a15

View file

@ -1,6 +1,9 @@
snippet #!
#!/usr/bin/python
snippet from
from ${1:module} import ${2:*}
snippet imp
import ${1:module}
# Module Docstring