mirror of
https://github.com/Hopiu/django.git
synced 2026-04-19 22:41:09 +00:00
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:
parent
58bcb7d161
commit
4a3aceed3f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue