Browse Source

added import snippet

master
Julio Biason 10 years ago
parent
commit
281787969c
  1. 5
      UltiSnips/python.snippets

5
UltiSnips/python.snippets

@ -17,3 +17,8 @@ endsnippet
snippet lint "Start a lint-disable comment" snippet lint "Start a lint-disable comment"
# pylint:disable=${0:lint code} # pylint:disable=${0:lint code}
endsnippet endsnippet
snippet from "Import a module from another"
from ${1:source} import ${2:module}
$0
endsnippet

Loading…
Cancel
Save