0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Added another from__future__ import with_statement missed in r17190.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Ramiro Morales 2011-12-11 01:00:41 +00:00
parent f2e99ecfda
commit d317f2ab98

View File

@ -1,3 +1,5 @@
from __future__ import with_statement
import os
try:
from cStringIO import StringIO