summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2020-12-31 19:17:32 +0100
committerMarcel Hellkamp <marc@gsites.de>2020-12-31 19:17:32 +0100
commitf793c0420170b50916e20111cabc1871976727de (patch)
tree169fafaf38e95297553c0f69666ece67c58711b3
parent30d310cfb78a4a4f26508e6140dca49cac471905 (diff)
downloadbottle-f793c0420170b50916e20111cabc1871976727de.tar.gz
Fix unicode error in tests for python 2.7
-rw-r--r--test/test_mount.py1
1 files changed, 1 insertions, 0 deletions
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