Skip to content

Instantly share code, notes, and snippets.

@scott-w
Created March 18, 2017 13:01
Show Gist options
  • Save scott-w/22cc083755f366cac373ad1be99b0853 to your computer and use it in GitHub Desktop.
Save scott-w/22cc083755f366cac373ad1be99b0853 to your computer and use it in GitHub Desktop.
Backport Python 3 features to Python 2
from __future__ import absolute_import, print_function, unicode_literals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment