Fixed #16275 -- Added __future__ import to support with statement. Thanks to Jonas Obrist for the report

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16406 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2011-06-15 23:52:44 +00:00
parent 896e3c69c7
commit 28e5341bf4
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
from __future__ import with_statement
import os
from django.core.exceptions import ImproperlyConfigured