From 45f10075b644dc00f3a274223cc1d9aacd1af24b Mon Sep 17 00:00:00 2001 From: Matthew Dapena-Tretter Date: Sat, 14 Dec 2013 13:03:02 -0500 Subject: [PATCH] Remove @vstoykov's note. Seems like the right place to me (: --- imagekit/lib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/imagekit/lib.py b/imagekit/lib.py index 12460c9..5a4240b 100644 --- a/imagekit/lib.py +++ b/imagekit/lib.py @@ -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: