summaryrefslogtreecommitdiffstats
path: root/gae/appengine_config.py
blob: 1003e5e88a35abe736916230f408bd083104f465 (plain)
1
2
3
4
5
# appengine_config.py
from google.appengine.ext import vendor

# Add any libraries install in the "lib" folder.
vendor.add('lib')