summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-10 10:53:06 +0100
committerErik Johnston <erik@matrix.org>2019-10-10 10:53:06 +0100
commit1d6dd1c2944c22147258dda8ccf2777c68b38fba (patch)
tree575e81c28bdb7742979c116d6acba9f59552894f /synapse/__init__.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/patch_inner (diff)
downloadsynapse-1d6dd1c2944c22147258dda8ccf2777c68b38fba.tar.xz
Move patch_inline_callbacks into synapse/
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 1055f54e00..bf102244a9 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -20,7 +20,7 @@
 import os
 import sys
 
-from tests.patch_inline_callbacks import do_patch
+from synapse.util.patch_inline_callbacks import do_patch
 
 # Check that we're not running on an unsupported Python version.
 if sys.version_info < (3, 5):