diff options
author | Erik Johnston <erik@matrix.org> | 2015-10-20 16:57:51 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-10-20 16:57:51 +0100 |
commit | 44e2933bf87d278ef0d860ee04e61ecac9744480 (patch) | |
tree | c6a15fc8843f99a9f9ce0e47ab2b4254f5d285e4 /tests/crypto/__init__.py | |
parent | Explicitly check for Sqlite3Engine (diff) | |
parent | Docstring (diff) | |
download | synapse-44e2933bf87d278ef0d860ee04e61ecac9744480.tar.xz |
Merge branch 'erikj/filter_refactor' into erikj/search
Diffstat (limited to 'tests/crypto/__init__.py')
-rw-r--r-- | tests/crypto/__init__.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/crypto/__init__.py b/tests/crypto/__init__.py new file mode 100644 index 0000000000..9bff9ec169 --- /dev/null +++ b/tests/crypto/__init__.py @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- +# Copyright 2014 OpenMarket 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. + |