Rename handler and config modules which end in handler/config. (#9816)

This commit is contained in:
Patrick Cloke 2021-04-20 14:55:20 -04:00 committed by GitHub
parent eccacd72cb
commit 683d6f75af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 43 additions and 35 deletions

View file

@ -13,7 +13,7 @@
# limitations under the License.
from unittest.mock import Mock
from synapse.handlers.cas_handler import CasResponse
from synapse.handlers.cas import CasResponse
from tests.test_utils import simple_async_mock
from tests.unittest import HomeserverTestCase, override_config