diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-07-19 20:03:33 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 20:03:33 +1000 |
commit | a97c845271f9a89ebdb7186d4c9d04c099bd1beb (patch) | |
tree | 403664813ae39e3cf4d005cd71ee4d2e004571a7 /setup.cfg | |
parent | Merge pull request #3554 from matrix-org/erikj/response_metrics_code (diff) | |
download | synapse-a97c845271f9a89ebdb7186d4c9d04c099bd1beb.tar.xz |
Move v1-only APIs into their own module & isolate deprecated ones (#3460)
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg index 3f84283a38..c2620be6c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,3 +36,4 @@ known_compat = mock,six known_twisted=twisted,OpenSSL multi_line_output=3 include_trailing_comma=true +combine_as_imports=true |