Added with_statement import forgotten in r17434. Thanks to Julien for noticing.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2012-02-04 18:27:32 +00:00
parent c6065545ef
commit 878cc62bd4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import absolute_import, with_statement
from django import forms
from django.forms.formsets import BaseFormSet, DELETION_FIELD_NAME