Commit 878cc62b authored by Jannis Leidel's avatar Jannis Leidel
Browse files

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
parent c6065545
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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