mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[py3] Used compatible imports of StringIO.
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
import os
|
||||
import re
|
||||
import shutil
|
||||
from StringIO import StringIO
|
||||
|
||||
from django.core import management
|
||||
from django.test import TestCase
|
||||
from django.utils.six import StringIO
|
||||
|
||||
|
||||
LOCALE='de'
|
||||
|
||||
Reference in New Issue
Block a user