diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-04-27 14:16:12 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-04-27 14:16:12 (GMT) |
commit | dbefa4de1d180a92bdcf591cb234c74970421e45 (patch) | |
tree | bcbffdde13aed5b7f798f2487cde16093f19a35f /nop | |
parent | c495fb5ee4475145c63392cf52dbe38c047e134d (diff) |
set correct file encoding
Diffstat (limited to 'nop')
-rw-r--r-- | nop/views.py | 2 |
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 |