From 9f17b78387480277bc34dc8f433023c110d44533 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <mail@timmfitschen.de>
Date: Fri, 12 Oct 2018 13:55:13 +0200
Subject: [PATCH] BUG: added encoding to python file (needed by python2)

---
 unittests/test_authentication_external.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/unittests/test_authentication_external.py b/unittests/test_authentication_external.py
index 1a6075c5..a8fc6f79 100644
--- a/unittests/test_authentication_external.py
+++ b/unittests/test_authentication_external.py
@@ -1,3 +1,4 @@
+#! -*- coding: utf-8 -*-
 #
 # ** header v3.0
 # This file is a part of the CaosDB Project.
-- 
GitLab