Commit d317f2ab authored by Ramiro Morales's avatar Ramiro Morales
Browse files

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
parent f2e99ecf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
from __future__ import with_statement

import os
try:
    from cStringIO import StringIO