Skip to content

Instantly share code, notes, and snippets.

@gtalarico
Last active June 22, 2016 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtalarico/c8e6a96f356477bc020e116d7ad2dc49 to your computer and use it in GitHub Desktop.
Save gtalarico/c8e6a96f356477bc020e116d7ad2dc49 to your computer and use it in GitHub Desktop.
import sys
if sys.version_info >= (3, 0):
sys.stdout.write("Sorry, requires Python 2.x, not Python 3.x\n")
sys.exit(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment