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/text/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/text') diff --git a/tests/text/tests.py b/tests/text/tests.py index c14f3baf82..9ac6414b21 100644 --- a/tests/text/tests.py +++ b/tests/text/tests.py @@ -1,4 +1,4 @@ -# coding: utf-8 +# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.test import TestCase -- cgit v1.3