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
1 changed files with 2 additions and 0 deletions

View File

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