view elpa/elpy-1.18.0/snippets/python-mode/py3 @ 175:56ea66d76309

elpy: version 1.18
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 14 Feb 2018 15:14:23 -0500 (2018-02-14)
parents elpa/elpy-1.14.1/snippets/python-mode/py3@c745e2cc79ee
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