mirror of
https://github.com/django/django.git
synced 2025-09-24 19:23:03 +00:00
parent
e06189f7ce
commit
5301a9d7b1
4 changed files with 2 additions and 7 deletions
|
@ -1,11 +1,9 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import re
|
||||
from django.utils import six
|
||||
import unicodedata
|
||||
import warnings
|
||||
from gzip import GzipFile
|
||||
from django.utils.six.moves import html_entities
|
||||
from io import BytesIO
|
||||
|
||||
from django.utils.encoding import force_text
|
||||
|
@ -15,6 +13,7 @@ if not six.PY3:
|
|||
from django.utils.encoding import force_unicode
|
||||
from django.utils.functional import allow_lazy, SimpleLazyObject
|
||||
from django.utils import six
|
||||
from django.utils.six.moves import html_entities
|
||||
from django.utils.translation import ugettext_lazy, ugettext as _, pgettext
|
||||
from django.utils.safestring import mark_safe
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue