This commit is contained in:
David Baker 2015-03-31 09:50:44 +01:00
parent 4891c4ff72
commit 9f642a93ec
3 changed files with 5 additions and 4 deletions

View file

@ -16,7 +16,7 @@
from twisted.internet import defer
from synapse.api.constants import LoginType
from synapse.api.errors import LoginError, SynapseError, Codes
from synapse.api.errors import SynapseError, Codes
from synapse.http.servlet import RestServlet
from ._base import client_v2_pattern, parse_request_allow_empty
@ -83,4 +83,4 @@ class RegisterRestServlet(RestServlet):
def register_servlets(hs, http_server):
RegisterRestServlet(hs).register(http_server)
RegisterRestServlet(hs).register(http_server)