mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Remove @vstoykov's note. Seems like the right place to me (:
This commit is contained in:
parent
87983c5e6d
commit
45f10075b6
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ except ImportError:
|
|||
# This function will replace `unicode` used in the code
|
||||
# If Django version is under 1.5 then use `force_unicde`
|
||||
# It is used for compatibility between Python 2 and Python 3
|
||||
# NOTE: I'm not sure if this is the right place. Maybe this can be in `utils`.
|
||||
try:
|
||||
from django.utils.encoding import force_text, force_bytes, smart_text
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Reference in a new issue