diff options
author | Erik Johnston <erik@matrix.org> | 2023-12-13 14:55:25 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-12-13 15:05:01 +0000 |
commit | e9eba0870d6b97ccebf88d72d91fce36d73edba5 (patch) | |
tree | 9d9ecea7524eeb147dd006b54e5fafca66894bc8 /synapse/__init__.py | |
parent | Update README.rst (diff) | |
download | synapse-e9eba0870d6b97ccebf88d72d91fce36d73edba5.tar.xz |
Revert changes to README
Diffstat (limited to '')
-rw-r--r-- | synapse/__init__.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py index e21ba6e186..4a9bbc4d57 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -29,18 +29,6 @@ from synapse.util.stringutils import strtobool # Allow truncated JPEG images to be thumbnailed. ImageFile.LOAD_TRUNCATED_IMAGES = True -# Update your remotes folks. -announcement = """ -Synapse is no longer being developed under the matrix-org organization. See the -README.rst for more details. - -Please update your git remote to pull from element-hq/synapse: - - git remote set-url origin git@github.com:element-hq/synapse.git -""" -print(announcement) -sys.exit(1) - # Check that we're not running on an unsupported Python version. # # Note that we use an (unneeded) variable here so that pyupgrade doesn't nuke the |