diff options
author | Paul Ganssle <paul@ganssle.io> | 2019-10-22 10:02:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-22 10:02:01 -0400 |
commit | e81a2013703111888833446e412d6b67e6203e84 (patch) | |
tree | a8776e0e4243044c3b66078c57a70a2d226224a2 /setuptools/tests/test_test.py | |
parent | a768f8d22a2c41af8163546b291b1f60d424dcc1 (diff) | |
parent | d89682fcba90595d5d6aaf071d6efcc815bceba8 (diff) | |
download | external_python_setuptools-e81a2013703111888833446e412d6b67e6203e84.tar.gz external_python_setuptools-e81a2013703111888833446e412d6b67e6203e84.tar.bz2 external_python_setuptools-e81a2013703111888833446e412d6b67e6203e84.zip |
Merge pull request #1881 from jdufresne/utf-8
Change coding cookie to use utf-8 (lowercase)
Diffstat (limited to 'setuptools/tests/test_test.py')
-rw-r--r-- | setuptools/tests/test_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_test.py b/setuptools/tests/test_test.py index 382bd640..280c837b 100644 --- a/setuptools/tests/test_test.py +++ b/setuptools/tests/test_test.py @@ -1,4 +1,4 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- from __future__ import unicode_literals |