moved lots of files
This commit is contained in:
committed by
Michele Comitini
parent
f18b264ca1
commit
cd704f74bb
@@ -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
|
||||
Reference in New Issue
Block a user