Skip to content

Instantly share code, notes, and snippets.

@stevex86-old
Created January 17, 2017 02:24
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 stevex86-old/28cbc7632d87167feb238814bddc3b43 to your computer and use it in GitHub Desktop.
Save stevex86-old/28cbc7632d87167feb238814bddc3b43 to your computer and use it in GitHub Desktop.
"""`appengine_config` gets loaded when starting a new application instance."""
import sys
import os.path
# add `lib` subdirectory to `sys.path`, so our `main` module can load
# third-party libraries.
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'lib'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment