Skip to content

Instantly share code, notes, and snippets.

@justquick
Created July 7, 2010 17:10
Show Gist options
  • Save justquick/466963 to your computer and use it in GitHub Desktop.
Save justquick/466963 to your computer and use it in GitHub Desktop.
CALLOWAY_ROOT = os.path.abspath(os.path.dirname(calloway.__file__))
sys.path.insert(0, os.path.join(CALLOWAY_ROOT, 'apps'))
PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0, os.path.join(PROJECT_ROOT, 'apps'))
sys.path.insert(0, os.path.join(PROJECT_ROOT, 'lib'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment