Author: lukeplant
Date: 2011-05-07 03:47:11 -0700 (Sat, 07 May 2011)
New Revision: 16170

Modified:
   django/trunk/tests/regressiontests/views/__init__.py
Log:
Fixed #15980 - Unknown encoding "utf8" in 
tests/regressiontests/views/__init__.py

Thanks to davidbarnett2 for the report

Modified: django/trunk/tests/regressiontests/views/__init__.py
===================================================================
--- django/trunk/tests/regressiontests/views/__init__.py        2011-05-06 
19:49:06 UTC (rev 16169)
+++ django/trunk/tests/regressiontests/views/__init__.py        2011-05-07 
10:47:11 UTC (rev 16170)
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 
 class BrokenException(Exception):
     pass

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to