mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Move patch_inline_callbacks into synapse/
This commit is contained in:
parent
5c1f886c75
commit
1d6dd1c294
3 changed files with 4 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue