Skip to content

Commit

Permalink
Fixed import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrus committed Aug 27, 2012
1 parent 0a73358 commit f5ab117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afterglow_cloud/afterglow_cloud/app/views.py
@@ -1,7 +1,7 @@
from django.shortcuts import render_to_response, redirect, HttpResponseRedirect
from django.template import RequestContext
from django.core.mail import send_mail, BadHeaderError
from django.conf import settings
from afterglow_cloud import settings
from recaptcha.client import captcha
from hashlib import md5
from datetime import datetime, timedelta
Expand Down

0 comments on commit f5ab117

Please sign in to comment.