1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 16:06:52 +00:00

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 ( return (
"Synapse/%s/(%s)" % ( "Synapse/%s (%s)" % (
synapse.__version__, git_version, synapse.__version__, git_version,
) )
).encode("ascii") ).encode("ascii")