mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
This commit is contained in:
parent
7b2f2e74ad
commit
2b281cc35e
180 changed files with 421 additions and 559 deletions
|
|
@ -3,6 +3,7 @@ import json
|
|||
import os
|
||||
import re
|
||||
import warnings
|
||||
from io import StringIO
|
||||
|
||||
from django.core import management, serializers
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
|
|
@ -14,7 +15,6 @@ from django.test import (
|
|||
skipUnlessDBFeature,
|
||||
)
|
||||
from django.utils._os import upath
|
||||
from django.utils.six import StringIO
|
||||
|
||||
from .models import (
|
||||
Absolute, Animal, Article, Book, Child, Circle1, Circle2, Circle3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue