diff options
author | Erik Johnston <erik@matrix.org> | 2018-02-23 10:31:16 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-02-23 10:31:16 +0000 |
commit | bb73f55fc6559658080d6cdd5672506fda7843ab (patch) | |
tree | 8977968a4222659e234935f7ade6f0ebc86b1d54 /synapse/storage | |
parent | Split AccountDataStore and TagStore (diff) | |
download | synapse-bb73f55fc6559658080d6cdd5672506fda7843ab.tar.xz |
Use absolute imports
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/account_data.py | 4 | ||||
-rw-r--r-- | synapse/storage/tags.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/synapse/storage/account_data.py b/synapse/storage/account_data.py |