Conform to header spec take two

This commit is contained in:
Erik Johnston 2015-02-18 17:34:26 +00:00
parent 3f1871021e
commit 6311ae8968

View File

@ -261,7 +261,7 @@ def get_version_string():
)
return (
"Synapse/%s/(%s)" % (
"Synapse/%s (%s)" % (
synapse.__version__, git_version,
)
).encode("ascii")