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 /django/db | |
| parent | 27aa85246a218b0999c7c9d227eed2afb08ed510 (diff) | |
Harmonized some PEP 0263 coding preambles
Diffstat (limited to 'django/db')
| -rw-r--r-- | django/db/migrations/writer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/migrations/writer.py b/django/db/migrations/writer.py index 0e2eeef85a..da6aed4308 100644 --- a/django/db/migrations/writer.py +++ b/django/db/migrations/writer.py @@ -304,7 +304,7 @@ class MigrationWriter(object): MIGRATION_TEMPLATE = """\ -# encoding: utf8 +# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations |
