From d6583d3aa83d7579c75c42c480b0e20cc83b9f1a Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 28 Mar 2018 08:50:09 +0200 Subject: [PATCH] Add file encoding for Python 2 --- tests/test_exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_exceptions.py b/tests/test_exceptions.py index c0ea95794..0c5ff7aae 100644 --- a/tests/test_exceptions.py +++ b/tests/test_exceptions.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.test import RequestFactory, TestCase