From e520a73eeea6b185b719901ab9985ecef00e5664 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 15 May 2014 19:41:55 +0200 Subject: Harmonized some PEP 0263 coding preambles --- tests/template_tests/filters.py | 2 +- tests/template_tests/test_context.py | 2 +- tests/template_tests/urls.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/template_tests') diff --git a/tests/template_tests/filters.py b/tests/template_tests/filters.py index 9fa6918f92..e13db66e96 100644 --- a/tests/template_tests/filters.py +++ b/tests/template_tests/filters.py @@ -1,4 +1,4 @@ -# coding: utf-8 +# -*- coding: utf-8 -*- """ Tests for template filters (as opposed to template tags). diff --git a/tests/template_tests/test_context.py b/tests/template_tests/test_context.py index dac74b36e3..c5ad3e1d50 100644 --- a/tests/template_tests/test_context.py +++ b/tests/template_tests/test_context.py @@ -1,4 +1,4 @@ -# coding: utf-8 +# -*- coding: utf-8 -*- from unittest import TestCase diff --git a/tests/template_tests/urls.py b/tests/template_tests/urls.py index a93d4c4649..f1c8632c06 100644 --- a/tests/template_tests/urls.py +++ b/tests/template_tests/urls.py @@ -1,4 +1,4 @@ -# coding: utf-8 +# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.conf.urls import url -- cgit v1.3