1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00

Fixed #16210 -- Added some missing __future__ imports to support with statements on 2.5. Thanks to Julien Phalip for the report and patch

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2011-06-10 14:49:44 +00:00
parent aa5506d6f6
commit 4189561820

View File

@ -1,3 +1,5 @@
from __future__ import with_statement
import datetime
import os
from decimal import Decimal