mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 04:20:12 +03:00
Add file encoding for Python 2
This commit is contained in:
parent
2f9d854048
commit
d6583d3aa8
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.test import RequestFactory, TestCase
|
||||
|
|
Loading…
Reference in New Issue
Block a user