From f793c0420170b50916e20111cabc1871976727de Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Thu, 31 Dec 2020 19:17:32 +0100 Subject: Fix unicode error in tests for python 2.7 --- test/test_mount.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_mount.py b/test/test_mount.py index 1fbef40..6f774f0 100644 --- a/test/test_mount.py +++ b/test/test_mount.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import bottle from .tools import ServerTestBase from bottle import response -- cgit v1.2.1