Commit 12b5905452741b931abc6a5e7efcdee8fbbafd2d
1 parent
e505936e
Exists in
master
and in
39 other branches
Minor fix on import_emails
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/super_archives/management/commands/import_emails.py
... | ... | @@ -11,7 +11,7 @@ from optparse import make_option |
11 | 11 | |
12 | 12 | from django.db import transaction |
13 | 13 | from django.template.defaultfilters import slugify |
14 | -from super_archives.utils.message import colab_send_email | |
14 | +from super_archives.utils.email import colab_send_email | |
15 | 15 | from django.core.management.base import BaseCommand, CommandError |
16 | 16 | from django.template.loader import render_to_string |
17 | 17 | from django.utils.translation import ugettext as _ | ... | ... |