mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +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,7 +1,6 @@
|
|||
from StringIO import StringIO
|
||||
|
||||
from django.core.management import call_command
|
||||
from django.test import TestCase, skipUnlessDBFeature
|
||||
from django.utils.six import StringIO
|
||||
|
||||
|
||||
class InspectDBTestCase(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue