Created
December 31, 2012 15:26
-
-
Save davidbgk/4420706 to your computer and use it in GitHub Desktop.
Revisions
-
davidbgk created this gist
Dec 31, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <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>