diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-21 06:36:54 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-21 06:36:54 -0500 |
commit | 0c38af32a0cada8d35671adff86c871d3badb37a (patch) | |
tree | 625e8a6a26a78bfef63ed2917536963334491f84 /tests/test_process.py | |
parent | 09dd5347e39ab522476767ffee213dd3dd8fe227 (diff) | |
download | python-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_process.py')
-rw-r--r-- | tests/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index 78e72f7b..da74d063 100644 --- a/tests/test_process.py +++ b/tests/test_process.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 |