We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c978c1 commit 473477dCopy full SHA for 473477d
instana/__init__.py
@@ -62,10 +62,9 @@ def boot_agent():
62
from .instrumentation import asynqp
63
64
if sys.version_info[0] < 3:
65
- # MySQL-python
66
from .instrumentation import mysqlpython
+ from .instrumentation import webapp2_inst
67
else:
68
- # mysqlclient
69
from .instrumentation import mysqlclient
70
71
from .instrumentation import flask
@@ -79,7 +78,6 @@ def boot_agent():
79
78
from .instrumentation import sqlalchemy
80
from .instrumentation import sudsjurko
81
from .instrumentation import urllib3
82
- from .instrumentation import webapp2_inst
83
from .instrumentation.django import middleware
84
85
0 commit comments