Remove @vstoykov's note. Seems like the right place to me (:

This commit is contained in:
Matthew Dapena-Tretter 2013-12-14 13:03:02 -05:00
parent 87983c5e6d
commit 45f10075b6

View file

@ -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: