Created
January 14, 2015 16:10
-
-
Save tonytan4ever/e3525614b955df76ae9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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