Mercurial > hg > dotemacs
view elpa/elpy-1.14.1/snippets/python-mode/py3 @ 156:c745e2cc79ee
elpy: update along with direct deps
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 27 Feb 2017 12:17:38 -0500 (2017-02-27) |
parents | elpa/elpy-1.12.0/snippets/python-mode/py3@55ceabc58fcc |
children |
line wrap: on
line source
# -*- mode: snippet -*- # name: from __future__ import ... # key: py3 # group: Python 3 # -- from __future__ import division, absolute_import from __future__ import print_function, unicode_literals