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

Commit a2b78df

Browse files
committed
Do not use conflicting module names for bugsnag
1 parent 9f3c599 commit a2b78df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker_registry/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import sys
77

88
from . import toolkit
9-
from .extras import bugsnag
9+
from .extras import ebugsnag
1010
from .extras import cors
1111
from .lib import config
1212
from .server import __version__
@@ -80,7 +80,7 @@ def init():
8080
mail_handler.setLevel(logging.ERROR)
8181
app.logger.addHandler(mail_handler)
8282
# Optional bugsnag support
83-
bugsnag.boot(app, cfg.bugsnag, cfg.flavor, __version__)
83+
ebugsnag.boot(app, cfg.bugsnag, cfg.flavor, __version__)
8484
# Optional cors support
8585
cors.boot(app, cfg.cors)
8686

0 commit comments

Comments
 (0)