summaryrefslogtreecommitdiff
path: root/django/core/management/commands/sqlmigrate.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/management/commands/sqlmigrate.py')
-rw-r--r--django/core/management/commands/sqlmigrate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/management/commands/sqlmigrate.py b/django/core/management/commands/sqlmigrate.py
index e828733f2c..e8ced69c21 100644
--- a/django/core/management/commands/sqlmigrate.py
+++ b/django/core/management/commands/sqlmigrate.py
@@ -1,4 +1,4 @@
-# encoding: utf8
+# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from optparse import make_option