Added missing import to django.contrib.formtools.preview from [4259]. Thanks, Vadim Macagon

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-12-30 00:06:28 +00:00
parent 3dbaf60b86
commit 0919920bc0
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ from django.conf import settings
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