mirror of
https://github.com/Hopiu/django.git
synced 2026-04-26 09:44:49 +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:
parent
aa5506d6f6
commit
4189561820
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import with_statement
|
||||
|
||||
import datetime
|
||||
import os
|
||||
from decimal import Decimal
|
||||
|
|
|
|||
Loading…
Reference in a new issue