feedleware/TwitchRSS/appengine_config.py

7 lines
247 B
Python
Raw Normal View History

2015-10-09 22:43:29 +00:00
"""`appengine_config` gets loaded when starting a new application instance."""
import vendor
# insert `lib` as a site directory so our `main` module can load
# third-party libraries, and override built-ins with newer
# versions.
vendor.add('lib')