summary refs log tree commit diff
path: root/synapse/api/urls.py
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-08-18 09:27:39 +0100
committerGitHub <noreply@github.com>2020-08-18 09:27:39 +0100
commitb90ecbe9e51211fb9cca46cf6e6898974d8d8686 (patch)
treee62aa554369f36251fbcb72e3093e7fb2d28b9c9 /synapse/api/urls.py
parentAdd option to autobind user's email on registration (#51) (diff)
parentChangelog (diff)
downloadsynapse-b90ecbe9e51211fb9cca46cf6e6898974d8d8686.tar.xz
Merge pull request #53 from matrix-org/anoa/dinsic_release_1_18_x
Merge Synapse release v1.18.0 into 'dinsic'
Diffstat (limited to 'synapse/api/urls.py')
-rw-r--r--synapse/api/urls.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/api/urls.py b/synapse/api/urls.py

index f34434bd67..bd03ebca5a 100644 --- a/synapse/api/urls.py +++ b/synapse/api/urls.py
@@ -17,8 +17,7 @@ """Contains the URL paths to prefix various aspects of the server with. """ import hmac from hashlib import sha256 - -from six.moves.urllib.parse import urlencode +from urllib.parse import urlencode from synapse.config import ConfigError