summary refs log tree commit diff
path: root/tests/replication/tcp/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-04-05 14:10:16 +0100
committerErik Johnston <erik@matrix.org>2019-04-05 14:10:16 +0100
commit9bf49abc07882766972e28a76c5a068de0ebd0a9 (patch)
tree64fab2db39db7846b8968bde53ecd8159c2c9d0d /tests/replication/tcp/__init__.py
parentPrevent exception when hs or shadow_hs missing (#5012) (diff)
parent0.99.3 (diff)
downloadsynapse-9bf49abc07882766972e28a76c5a068de0ebd0a9.tar.xz
Merge branch 'master' of github.com:matrix-org/synapse into dinsic
Diffstat (limited to 'tests/replication/tcp/__init__.py')
-rw-r--r--tests/replication/tcp/__init__.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/replication/tcp/__init__.py b/tests/replication/tcp/__init__.py
new file mode 100644

index 0000000000..1453d04571 --- /dev/null +++ b/tests/replication/tcp/__init__.py
@@ -0,0 +1,14 @@ +# -*- coding: utf-8 -*- +# Copyright 2019 New Vector Ltd +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License.