From e8a7436941f56d27b0096c93ef4ea1da13a5b95f Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 15 May 2014 19:41:55 +0200 Subject: [1.7.x] Harmonized some PEP 0263 coding preambles Backport of e520a73ee from master. --- tests/inline_formsets/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/inline_formsets') diff --git a/tests/inline_formsets/models.py b/tests/inline_formsets/models.py index 383122dbd7..f29362e321 100644 --- a/tests/inline_formsets/models.py +++ b/tests/inline_formsets/models.py @@ -1,4 +1,4 @@ -# coding: utf-8 +# -*- coding: utf-8 -*- from django.db import models from django.utils.encoding import python_2_unicode_compatible -- cgit v1.3