diff options
author | Mark Haines <mjark@negativecurvature.net> | 2015-01-22 16:40:14 +0000 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2015-01-22 16:40:14 +0000 |
commit | 22f00a09ddc65f8950dec88ad4e0c6d659ec8039 (patch) | |
tree | 6d28cd4b138954b86dfd8b82bd3dbfe67349d796 /tests/rest/__init__.py | |
parent | Fix manifest. Ignore contrib and docs directories when checking manifest agai... (diff) | |
parent | Move client rest tests back under rest (diff) | |
download | synapse-22f00a09ddc65f8950dec88ad4e0c6d659ec8039.tar.xz |
Merge pull request #30 from matrix-org/client_api_restructure
Move client v1 api rest servlets into a "client/v1" directory
Diffstat (limited to 'tests/rest/__init__.py')
-rw-r--r-- | tests/rest/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rest/__init__.py b/tests/rest/__init__.py index 9bff9ec169..1a84d94cd9 100644 --- a/tests/rest/__init__.py +++ b/tests/rest/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2014 OpenMarket Ltd +# Copyright 2015 OpenMarket Ltd # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,4 +12,3 @@ # 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. - |