diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-08 10:03:09 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-08 10:03:09 +1100 |
commit | 1dcb086f33d93e0393901f8fe5b642e41e8292e1 (patch) | |
tree | 9236c1f9e0df3ac2367cbdc2071df62143547d47 /changelog.d | |
parent | Fix command hint to generate a config file (#4353) (diff) | |
download | synapse-1dcb086f33d93e0393901f8fe5b642e41e8292e1.tar.xz |
Fix synapse.config.__main__ on python 3 (#4356)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4356.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4356.bugfix b/changelog.d/4356.bugfix new file mode 100644 index 0000000000..321eb05652 --- /dev/null +++ b/changelog.d/4356.bugfix @@ -0,0 +1 @@ +Fix `python -m synapse.config` on Python 3. |