diff options
author | David Baker <dave@matrix.org> | 2016-01-04 13:39:29 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-01-04 13:39:29 +0000 |
commit | 3051c9d002a467643d1ab32bc36974d2e3f84c12 (patch) | |
tree | 0d660fd86194ded09dcb416f40c0dea40f0dcd2e /synapse/storage/event_actions.py | |
parent | Fix merge fail with anon access stuff (diff) | |
download | synapse-3051c9d002a467643d1ab32bc36974d2e3f84c12.tar.xz |
Address minor PR issues
Diffstat (limited to 'synapse/storage/event_actions.py')
-rw-r--r-- | synapse/storage/event_actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/event_actions.py b/synapse/storage/event_actions.py index 3efa445c18..fa9cbe71ee 100644 --- a/synapse/storage/event_actions.py +++ b/synapse/storage/event_actions.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. |