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/functional/features/steps/attachments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/functional') diff --git a/service/test/functional/features/steps/attachments.py b/service/test/functional/features/steps/attachments.py index a319359d..28d88343 100644 --- a/service/test/functional/features/steps/attachments.py +++ b/service/test/functional/features/steps/attachments.py @@ -15,7 +15,7 @@ # along with Pixelated. If not, see . from email.mime.application import MIMEApplication from time import sleep -from leap.mail.mail import Message +from leap.bitmask.mail.mail import Message from common import * from test.support.integration import MailBuilder from behave import given -- cgit v1.2.3