From 4d039d8d05e931878527d1c0f7af5eed0469b3cc Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Sat, 7 May 2011 10:47:11 +0000 Subject: [PATCH] Fixed #15980 - Unknown encoding "utf8" in tests/regressiontests/views/__init__.py Thanks to davidbarnett2 for the report git-svn-id: http://code.djangoproject.com/svn/django/trunk@16170 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/views/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regressiontests/views/__init__.py b/tests/regressiontests/views/__init__.py index d1c6e08f353..fa3db00113e 100644 --- a/tests/regressiontests/views/__init__.py +++ b/tests/regressiontests/views/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- class BrokenException(Exception): pass