mirror of https://github.com/django/django.git
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:
parent
e92b3b723f
commit
f1bc3b0401
|
@ -1,3 +1,5 @@
|
|||
from __future__ import with_statement
|
||||
|
||||
from StringIO import StringIO
|
||||
|
||||
from django.core import management
|
||||
|
|
Loading…
Reference in New Issue