legacy-dotfiles/emacs/snippets/python-mode/import_from
2013-04-10 22:05:48 +02:00

6 lines
142 B
Text

# -*- coding: utf-8 -*-
# name: from ... import ...
# contributor: Tom Willemse
# key: from
# --
from ${1:module} import ${2:class_or_module}