pull/993/head
Richard van der Hoff 2016-08-08 17:20:38 +01:00
parent 6fe6a6f029
commit a8bcc7274d
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ from synapse.handlers.auth import AuthHandler
from tests import unittest
from tests.utils import setup_test_homeserver
class AuthHandlers(object):
def __init__(self, hs):
self.auth_handler = AuthHandler(hs)