diff options
author | Christoph Witzany <christoph@web.crofting.com> | 2016-04-06 18:16:35 +0200 |
---|---|---|
committer | Christoph Witzany <christoph@web.crofting.com> | 2016-04-06 18:23:46 +0200 |
commit | 9c62fcdb688d889c6d3deffbc82ac4bbfbd4ffc4 (patch) | |
tree | 814fb8db4363c59f8b4db6964aeaf549e76b1706 /synapse/handlers/auth.py | |
parent | make tests for ldap more specific to not be fooled by Mocks (diff) | |
download | synapse-9c62fcdb688d889c6d3deffbc82ac4bbfbd4ffc4.tar.xz |
remove line
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r-- | synapse/handlers/auth.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py index f3acdf00da..7c62f833ae 100644 --- a/synapse/handlers/auth.py +++ b/synapse/handlers/auth.py @@ -62,7 +62,6 @@ class AuthHandler(BaseHandler): import ldap logger.info("Import ldap version: %s", ldap.__version__) - self.hs = hs # FIXME better possibility to access registrationHandler later? @defer.inlineCallbacks |