Skip to content

Commit

Permalink
Fixed for use
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lovell-Troy committed Feb 18, 2014
1 parent 7a0992b commit 4be26ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions classy_mail/generic.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import logging
logger = logging.getLogger("classy_mail")
from mixins.filesystem import FileTemplateMixin
from mixins.models import ModelTemplateMixin
from mixins.model import ModelTemplateMixin
from mixins.log import LogMessageMixin
from mixins.markdown import MarkdownTemplateMixin
from mixins.md_template import MarkdownTemplateMixin
from .base import BaseEmail


Expand Down
3 changes: 2 additions & 1 deletion classy_mail/mixins/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from django.core.mail import EmailMultiAlternatives
from django.template.base import Context, loader, TemplateDoesNotExist
from django.template.base import Context, TemplateDoesNotExist
from django.template import loader


def resolve_template(template):
Expand Down
File renamed without changes.

0 comments on commit 4be26ce

Please # to comment.