mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-16 14:03:10 +00:00
fix typo
This commit is contained in:
parent
bc62fa2144
commit
06c224ccdb
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@ __version__ = '1.0.2'
|
|||
from django.utils import six
|
||||
|
||||
if six.PY3:
|
||||
from django.utils.encoding import smart_unicode as smart_str
|
||||
else:
|
||||
from django.utils.encoding import smart_str
|
||||
else:
|
||||
from django.utils.encoding import smart_unicode as smart_str
|
||||
|
||||
from slugify import slugify as pyslugify
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue