summaryrefslogtreecommitdiff
path: root/tests/view_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/view_tests')
-rw-r--r--tests/view_tests/tests/test_json.py2
-rw-r--r--tests/view_tests/tests/test_specials.py2
-rw-r--r--tests/view_tests/urls.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/view_tests/tests/test_json.py b/tests/view_tests/tests/test_json.py
index 505e7ad732..68ba183090 100644
--- a/tests/view_tests/tests/test_json.py
+++ b/tests/view_tests/tests/test_json.py
@@ -1,4 +1,4 @@
-# encoding: utf8
+# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import json
diff --git a/tests/view_tests/tests/test_specials.py b/tests/view_tests/tests/test_specials.py
index a26280da1e..0af9033ae7 100644
--- a/tests/view_tests/tests/test_specials.py
+++ b/tests/view_tests/tests/test_specials.py
@@ -1,4 +1,4 @@
-# coding: utf-8
+# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.test import TestCase, override_settings
diff --git a/tests/view_tests/urls.py b/tests/view_tests/urls.py
index cd7e46663c..fdb263fa71 100644
--- a/tests/view_tests/urls.py
+++ b/tests/view_tests/urls.py
@@ -1,4 +1,4 @@
-# coding: utf-8
+# -*- coding: utf-8 -*-
from os import path
from django.conf.urls import url, include