Skip to content

Commit

Permalink
Added a missing import in the email backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Apr 19, 2009
1 parent 1319b87 commit c6b9e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notification/backends/email.py
@@ -1,6 +1,7 @@
from django.conf import settings
from django.db.models.loading import get_app
from django.core.urlresolvers import reverse
from django.template import Context
from django.template.loader import render_to_string
from django.utils.translation import ugettext
from django.contrib.sites.models import Site
Expand Down

0 comments on commit c6b9e68

Please sign in to comment.