diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-05-22 14:00:23 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-05-22 14:03:45 +0100 |
commit | b5b2d5d64b2690e250fb56e851d5556c09d13f86 (patch) | |
tree | cc1ad373845797eb60dfafbc33e30bc3eb745435 | |
parent | Merge pull request #3257 from matrix-org/rav/fonx_on_no_consent (diff) | |
download | synapse-b5b2d5d64b2690e250fb56e851d5556c09d13f86.tar.xz |
Fix dependency on jinja2
Delay the import of ConsentResource, so that we can get away without jinja2 if people don't have the consent resource enabled. Fixes #3259
-rwxr-xr-x | synapse/app/homeserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py |