Skip to content

Instantly share code, notes, and snippets.

@tonytan4ever
Created January 14, 2015 16:10
Show Gist options
  • Save tonytan4ever/e3525614b955df76ae9f to your computer and use it in GitHub Desktop.
Save tonytan4ever/e3525614b955df76ae9f to your computer and use it in GitHub Desktop.
from newrelic import agent
import poppy.transport.app
print "START"
app = poppy.transport.app.app
print "APP LOAD"
app = agent.WSGIApplicationWrapper(app)
print "DONE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment