summaryrefslogtreecommitdiff
path: root/tests/test_templite.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-02-21 06:36:54 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-02-21 06:36:54 -0500
commit0c38af32a0cada8d35671adff86c871d3badb37a (patch)
tree625e8a6a26a78bfef63ed2917536963334491f84 /tests/test_templite.py
parent09dd5347e39ab522476767ffee213dd3dd8fe227 (diff)
downloadpython-coveragepy-git-0c38af32a0cada8d35671adff86c871d3badb37a.tar.gz
Use an ISO standard encoding in coding declarations
See https://twitter.com/nedbat/status/833723932658262016 for pedantry.
Diffstat (limited to 'tests/test_templite.py')
-rw-r--r--tests/test_templite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_templite.py b/tests/test_templite.py
index 1df942ee..bcc65f94 100644
--- a/tests/test_templite.py
+++ b/tests/test_templite.py
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt