summaryrefslogtreecommitdiff
path: root/nop/views.py
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 /nop/views.py
parentc495fb5ee4475145c63392cf52dbe38c047e134d (diff)
set correct file encoding
Diffstat (limited to 'nop/views.py')
-rw-r--r--nop/views.py2
1 files changed, 1 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