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
This commit is contained in:
Luke Plant 2011-05-07 10:47:11 +00:00
parent b0d274dbd5
commit 4d039d8d05
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
class BrokenException(Exception):
pass