Commit 4a3aceed authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

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
parent 58bcb7d1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
from __future__ import with_statement

from django.conf import settings
from django.contrib.flatpages.forms import FlatpageForm
from django.contrib.flatpages.models import FlatPage