Use absolute imports

This commit is contained in:
Erik Johnston 2018-02-23 10:31:16 +00:00
parent ca9b9d9703
commit bb73f55fc6
3 changed files with 5 additions and 5 deletions

View file

@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from ._base import BaseSlavedStore
from ._slaved_id_tracker import SlavedIdTracker
from synapse.replication.slave.storage._base import BaseSlavedStore
from synapse.replication.slave.storage._slaved_id_tracker import SlavedIdTracker
from synapse.storage.account_data import AccountDataWorkerStore
from synapse.storage.tags import TagsWorkerStore