Skip to content

Instantly share code, notes, and snippets.

@tritium21
Last active August 29, 2015 14:27
Show Gist options
  • Save tritium21/4071519f9384a89fdd88 to your computer and use it in GitHub Desktop.
Save tritium21/4071519f9384a89fdd88 to your computer and use it in GitHub Desktop.
if __name__ == '__main__':
import sys
import os
if sys.flags.interactive and os.environ['PYTHONSTARTUP']:
execfile(os.environ['PYTHONSTARTUP'], globals())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment