Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 4902524

Browse files
committed
Do not use conflicting module names for newrelic
1 parent a2b78df commit 4902524

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker_registry/wsgi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
# start new relic if instructed to do so
1010
from .extensions import factory
11-
from .extras import newrelic
11+
from .extras import enewrelic
1212
from .server import env
13-
newrelic.boot(env.source('NEW_RELIC_CONFIG_FILE'),
14-
env.source('NEW_RELIC_LICENSE_KEY'))
13+
enewrelic.boot(env.source('NEW_RELIC_CONFIG_FILE'),
14+
env.source('NEW_RELIC_LICENSE_KEY'))
1515
factory.boot()
1616

1717
import logging

0 commit comments

Comments
 (0)