Skip to content

Commit

Permalink
Added missing import to django.contrib.formtools.preview from [4259].…
Browse files Browse the repository at this point in the history
… Thanks, Vadim Macagon

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Dec 30, 2006
1 parent 3dbaf60 commit 0919920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/contrib/formtools/preview.py
Expand Up @@ -48,6 +48,7 @@ def done(self, request, clean_data):
from django.core.exceptions import ImproperlyConfigured
from django.http import Http404
from django.shortcuts import render_to_response
from django.template.context import RequestContext
import cPickle as pickle
import md5

Expand Down

0 comments on commit 0919920

Please sign in to comment.