Skip to content

Commit

Permalink
Fixed #15980 - Unknown encoding "utf8" in tests/regressiontests/views…
Browse files Browse the repository at this point in the history
…/__init__.py

Thanks to davidbarnett2 for the report

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
spookylukey committed May 7, 2011
1 parent b0d274d commit 4d039d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regressiontests/views/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-

class BrokenException(Exception):
pass
Expand Down

0 comments on commit 4d039d8

Please sign in to comment.