From 391cc55537a97ec8b2b55662db9c63f86ab885ef Mon Sep 17 00:00:00 2001 From: Roald de Vries Date: Mon, 5 Dec 2016 10:32:12 +0100 Subject: get templates from pkg_resources --- service/test/integration/test_contacts.py | 1 - 1 file changed, 1 deletion(-) (limited to 'service/test/integration') diff --git a/service/test/integration/test_contacts.py b/service/test/integration/test_contacts.py index 946818fd..a890466f 100644 --- a/service/test/integration/test_contacts.py +++ b/service/test/integration/test_contacts.py @@ -16,7 +16,6 @@ from test.support.integration import SoledadTestBase, MailBuilder from twisted.internet import defer import json -import pkg_resources class ContactsTest(SoledadTestBase): -- cgit v1.2.3