From 032a04e716d9f2cb0596064c3a0d3a9943f4c43f Mon Sep 17 00:00:00 2001 From: Talitha Pumar Date: Thu, 27 Sep 2018 17:55:26 -0100 Subject: [PATCH] Update test_email_templates.py --- sapl/materia/tests/test_email_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/materia/tests/test_email_templates.py b/sapl/materia/tests/test_email_templates.py index aac13cbb7..32b2f7ec8 100644 --- a/sapl/materia/tests/test_email_templates.py +++ b/sapl/materia/tests/test_email_templates.py @@ -1,6 +1,6 @@ from django.core import mail -from sapl.materia.email_utils import enviar_emails, load_email_templates +from sapl.base.email_utils import enviar_emails, load_email_templates def test_email_template_loading():