fixed issue 1096, thanks Howesc

This commit is contained in:
mdipierro
2012-10-25 10:23:50 -05:00
parent 913d6331c6
commit 88cfa5ef2a
2 changed files with 1 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
def webapp_add_wsgi_middleware(app):
from google.appengine.ext.appstats import recording
app = recording.appstats_wsgi_middleware(app)
return app