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
This commit is contained in:
Ramiro Morales 2011-11-09 17:39:07 +00:00
parent e92b3b723f
commit f1bc3b0401
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
from __future__ import with_statement
from StringIO import StringIO
from django.core import management