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:
parent
c6065545ef
commit
878cc62bd4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue