moved lots of files

This commit is contained in:
mdipierro
2013-08-25 20:29:54 -05:00
parent 63adb9a6c4
commit 1303b657c7
73 changed files with 11 additions and 5988 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