diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-05-15 19:41:55 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-05-15 19:58:41 +0200 |
| commit | e520a73eeea6b185b719901ab9985ecef00e5664 (patch) | |
| tree | aabb1eec8506c7320b00346440b17d19f7116b0e /tests/view_tests | |
| parent | 27aa85246a218b0999c7c9d227eed2afb08ed510 (diff) | |
Harmonized some PEP 0263 coding preambles
Diffstat (limited to 'tests/view_tests')
| -rw-r--r-- | tests/view_tests/tests/test_json.py | 2 | ||||
| -rw-r--r-- | tests/view_tests/tests/test_specials.py | 2 | ||||
| -rw-r--r-- | tests/view_tests/urls.py | 2 |
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 |
