From 63acf3c1965d8a8b4b1a9acef7f93f19a8f7cbc2 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Fri, 6 Feb 2015 13:39:19 -0300 Subject: for #167, moving contacts suggestions search logic to a separate module --- service/test/unit/adapter/test_contacts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/test/unit') diff --git a/service/test/unit/adapter/test_contacts.py b/service/test/unit/adapter/test_contacts.py index ee9bf618..3510faf5 100644 --- a/service/test/unit/adapter/test_contacts.py +++ b/service/test/unit/adapter/test_contacts.py @@ -15,8 +15,8 @@ # along with Pixelated. If not, see . import unittest -from pixelated.adapter.contacts import address_duplication_filter -from pixelated.adapter.contacts import extract_mail_address +from pixelated.adapter.search.contacts import address_duplication_filter +from pixelated.adapter.search.contacts import extract_mail_address class TestContacts(unittest.TestCase): -- cgit v1.2.3