Skip to content

Instantly share code, notes, and snippets.

@nulltier
Created January 10, 2013 05:01
Show Gist options
  • Save nulltier/4499599 to your computer and use it in GitHub Desktop.
Save nulltier/4499599 to your computer and use it in GitHub Desktop.
add parent directory in PYTHONPATH
import sys, os
sys.path.append(os.pardir)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment