From 4b33847630599d6737c41c7ea1203b4f40eaf61b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 5 Jan 2016 10:20:01 -0600 Subject: [PATCH] Declare UTF-8 encoding for non-ASCII char in comment --- test/test_isl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_isl.py b/test/test_isl.py index 145172e..18fa610 100644 --- a/test/test_isl.py +++ b/test/test_isl.py @@ -1,3 +1,4 @@ +# encoding: utf-8 from __future__ import division, print_function __copyright__ = "Copyright (C) 2011-15 Andreas Kloeckner" -- GitLab