mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[py3] Used compatible imports of StringIO.
This commit is contained in:
parent
2da3af23aa
commit
396357741b
15 changed files with 22 additions and 26 deletions
|
@ -1,6 +1,5 @@
|
|||
from StringIO import StringIO
|
||||
|
||||
from django.core.servers.basehttp import ServerHandler
|
||||
from django.utils.six import StringIO
|
||||
from django.utils.unittest import TestCase
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue