diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-05-15 19:41:55 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-05-15 20:01:31 +0200 |
| commit | e8a7436941f56d27b0096c93ef4ea1da13a5b95f (patch) | |
| tree | 662d34783acc05a7f18e80bb44873696b7741128 /tests/modeladmin | |
| parent | c5185172a6645714a1b9df53728c530e2d0d2f2e (diff) | |
[1.7.x] Harmonized some PEP 0263 coding preambles
Backport of e520a73ee from master.
Diffstat (limited to 'tests/modeladmin')
| -rw-r--r-- | tests/modeladmin/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeladmin/models.py b/tests/modeladmin/models.py index 8f57a9fa82..8457e60876 100644 --- a/tests/modeladmin/models.py +++ b/tests/modeladmin/models.py @@ -1,4 +1,4 @@ -# coding: utf-8 +# -*- coding: utf-8 -*- from django.contrib.auth.models import User from django.db import models from django.utils.encoding import python_2_unicode_compatible |
