output ldap version for info and to pacify pep8

pull/701/head
Christoph Witzany 2016-04-06 18:03:55 +02:00
parent 4c5e8adf8b
commit 3555a659ec
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ class AuthHandler(BaseHandler):
if self.ldap_enabled:
import ldap
logger.info("Import ldap version: %s", ldap.__version__)
self.hs = hs # FIXME better possibility to access registrationHandler later?