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 | 65a9b1a16c9b1c38e890213ff7008416cc915158 (patch) | |
tree | 3d79c975113086de4d3d0d554dc4f99769b2af7b /tests/test_process.py | |
parent | 6bad5c1ceda9fa27b27908d9f3499df9ab441bab (diff) | |
download | python-coveragepy-65a9b1a16c9b1c38e890213ff7008416cc915158.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 78e72f7..da74d06 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 |