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

Fixed incompatibility with Python 2.5 introduced in r17077. Thanks Florian for the heads up.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent e92b3b72
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
from __future__ import with_statement

from StringIO import StringIO

from django.core import management