Skip to content

Instantly share code, notes, and snippets.

@davidbgk
Created December 31, 2012 15:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidbgk/4420706 to your computer and use it in GitHub Desktop.
Save davidbgk/4420706 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
from __future__ import print_function, division, absolute_import, unicode_literals
]]></content>
<tabTrigger>future</tabTrigger>
<scope>source.python</scope>
<description>from future import py3</description>
<!-- see: http://stackful.io/blog/quick-tips-on-making-your-code-python-3-ready/ -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment