Add file encoding for Python 2

This commit is contained in:
Carlton Gibson 2018-03-28 08:50:09 +02:00
parent 2f9d854048
commit d6583d3aa8

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.test import RequestFactory, TestCase