summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-04-27 14:16:12 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-04-27 14:16:12 (GMT)
commitdbefa4de1d180a92bdcf591cb234c74970421e45 (patch)
treebcbffdde13aed5b7f798f2487cde16093f19a35f
parentc495fb5ee4475145c63392cf52dbe38c047e134d (diff)
set correct file encoding
-rw-r--r--nop/views.py2
-rw-r--r--pv/settings.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/nop/views.py b/nop/views.py
index 21b23ec..4c29829 100644
--- a/nop/views.py
+++ b/nop/views.py
@@ -1,4 +1,4 @@
-# coding=utf-8
+# -*- coding: utf-8 -*-
from django.conf import settings
from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned
diff --git a/pv/settings.py b/pv/settings.py
index 96230e4..47b9d2e 100644
--- a/pv/settings.py
+++ b/pv/settings.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
# Django settings for pv project.
import os.path