From dbefa4de1d180a92bdcf591cb234c74970421e45 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Thu, 27 Apr 2017 16:16:12 +0200
Subject: [PATCH] set correct file encoding

---
 nop/views.py   | 2 +-
 pv/settings.py | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/nop/views.py b/nop/views.py
index 21b23ec3..4c298293 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 96230e4c..47b9d2e4 100644
--- a/pv/settings.py
+++ b/pv/settings.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 # Django settings for pv project.
 
 import os.path
-- 
GitLab