smart_unicode lies in django.utils.encoding in the newest django; see: http://docs...
[wolnelektury.git] / apps / suggest / views.py
index 4ad1704..5d007f6 100644 (file)
@@ -11,7 +11,7 @@ from suggest import forms
 from suggest.models import Suggestion
 
 # FIXME - shouldn't be in catalogue
-from catalogue.views import LazyEncoder 
+from catalogue.views import LazyEncoder
 
 
 #@require_POST