6 lines
130 B
Python
6 lines
130 B
Python
|
|
# appengine_config.py
|
||
|
|
from google.appengine.ext import vendor
|
||
|
|
|
||
|
|
# Add any libraries install in the "lib" folder.
|
||
|
|
vendor.add('lib')
|