From 75b633a173f217ccd508cf6b5306a3e93f79c2e6 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Tue, 18 Oct 2016 20:08:39 -0200 Subject: Adapted imports to reflect new bitmask-dev dependency --- service/test/support/integration/soledad_test_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/test/support/integration/soledad_test_base.py') diff --git a/service/test/support/integration/soledad_test_base.py b/service/test/support/integration/soledad_test_base.py index 0ab07490..6f2d6ed1 100644 --- a/service/test/support/integration/soledad_test_base.py +++ b/service/test/support/integration/soledad_test_base.py @@ -14,8 +14,8 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . from uuid import uuid4 -from leap.mail.adaptors.soledad import SoledadMailAdaptor -from leap.mail.mail import Message +from leap.bitmask.mail.adaptors.soledad import SoledadMailAdaptor +from leap.bitmask.mail.mail import Message from twisted.internet import defer from twisted.trial import unittest from test.support.integration.app_test_client import AppTestClient -- cgit v1.2.3