summary refs log tree commit diff
path: root/tests/patch_inline_callbacks.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-14 11:02:55 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-14 11:02:55 +0000
commit41120db159caa7625835baf13b1c88f0b0990f12 (patch)
treec786a5270dbb37d5fac9b1b38e5fd74d4b5a40b4 /tests/patch_inline_callbacks.py
parentFix 'utime went backwards' errors on daemonization. (#5609) (diff)
parentMove logging utilities out of the side drawer of util/ and into logging/ (#5606) (diff)
downloadsynapse-41120db159caa7625835baf13b1c88f0b0990f12.tar.xz
Move logging utilities out of the side drawer of util/ and into logging/ (#5606)
Diffstat (limited to 'tests/patch_inline_callbacks.py')
-rw-r--r--tests/patch_inline_callbacks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/patch_inline_callbacks.py b/tests/patch_inline_callbacks.py

index ee0add3455..220884311c 100644 --- a/tests/patch_inline_callbacks.py +++ b/tests/patch_inline_callbacks.py
@@ -28,7 +28,7 @@ def do_patch(): Patch defer.inlineCallbacks so that it checks the state of the logcontext on exit """ - from synapse.util.logcontext import LoggingContext + from synapse.logging.context import LoggingContext orig_inline_callbacks = defer.inlineCallbacks