49ddb500a8
* X-Ray Client SDK patched Fixes #1250 * Fixed flake8 * Fixed some issues * Fixed flake8 * Fixed more typos * Fixed python2 string * Fixed aws-sdk patch order * Added more test cases to test the patching
8 lines
263 B
Python
8 lines
263 B
Python
from __future__ import unicode_literals
|
|
from .models import xray_backends
|
|
from ..core.models import base_decorator
|
|
from .mock_client import mock_xray_client, XRaySegment # noqa
|
|
|
|
xray_backend = xray_backends['us-east-1']
|
|
mock_xray = base_decorator(xray_backends)
|