Skip to content

Instantly share code, notes, and snippets.

@hdeshev
Created December 8, 2012 20:22
Show Gist options
  • Save hdeshev/4241764 to your computer and use it in GitHub Desktop.
Save hdeshev/4241764 to your computer and use it in GitHub Desktop.

For maximum Python 2.x -> Python 3 compatibility:

from __future__ import absolute_import, division, print_function, unicode_literals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment