Files
web2py/appengine_config.py
2012-08-25 11:29:11 -05:00

10 lines
163 B
Python

def webapp_add_wsgi_middleware(app):
from google.appengine.ext.appstats import recording
app = recording.appstats_wsgi_middleware(app)
return app