Files
web2py/appengine_config.py
2011-12-05 11:39:42 -06:00

7 lines
160 B
Python

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