Files
web2py/appengine_config.py
2012-03-26 11:17:20 -05:00

8 lines
161 B
Python

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