Added __future__ import for Python 2.5 forgotten in r17402.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Aymeric Augustin 2012-01-28 20:37:05 +00:00
parent 58bcb7d161
commit 4a3aceed3f
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
from __future__ import with_statement
from django.conf import settings
from django.contrib.flatpages.forms import FlatpageForm
from django.contrib.flatpages.models import FlatPage