1# appengine_config.py 2from google.appengine.ext import vendor 3 4# Add any libraries install in the "lib" folder. 5vendor.add('lib') 6