diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-08-27 17:28:55 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-08-27 17:28:55 +0100 |
commit | 357dd1871d5d7d9761321ddc7092abac9bfe3574 (patch) | |
tree | 26a11bd98ec0167d4bf81d6117ad45f50a5e7246 /setup.py | |
parent | Merge branch 'develop' into storage_transactions (diff) | |
parent | Fix tests. (diff) | |
download | synapse-357dd1871d5d7d9761321ddc7092abac9bfe3574.tar.xz |
Merge branch 'develop' into storage_transactions
Conflicts: tests/handlers/test_federation.py tests/handlers/test_room.py
Diffstat (limited to 'setup.py')
-rwxr-xr-x[-rw-r--r--] | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py index f01eec436f..59ac4fbf94 100644..100755 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # Copyright 2014 matrix.org # # Licensed under the Apache License, Version 2.0 (the "License"); |