Created
December 31, 2012 15:26
-
-
Save davidbgk/4420706 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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