From 3b3b17a1b76c1c7a4f7b7954cafdad4bb4f1b868 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 18 Mar 2019 14:56:13 +0000 Subject: add file encoding --- app/config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/config.py') diff --git a/app/config.py b/app/config.py index c33cf25..b03020f 100644 --- a/app/config.py +++ b/app/config.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + import os # TODO: change these things to an instance path -- cgit v1.2.3