diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-01 22:17:36 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-01 22:17:36 -0400 |
commit | 96159fc86c3ae19afe63e4699430f600c407f4d3 (patch) | |
tree | 02743c2912b8be1b0d2c3030637413f5f843c53c /setuptools/tests/test_archive_util.py | |
parent | 4b1f577d73bc9d66a82e6e5ad84af89c9dca5c49 (diff) | |
download | external_python_setuptools-96159fc86c3ae19afe63e4699430f600c407f4d3.tar.gz external_python_setuptools-96159fc86c3ae19afe63e4699430f600c407f4d3.tar.bz2 external_python_setuptools-96159fc86c3ae19afe63e4699430f600c407f4d3.zip |
Add coding header
Diffstat (limited to 'setuptools/tests/test_archive_util.py')
-rw-r--r-- | setuptools/tests/test_archive_util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/tests/test_archive_util.py b/setuptools/tests/test_archive_util.py index 0c282b73..1936d2a5 100644 --- a/setuptools/tests/test_archive_util.py +++ b/setuptools/tests/test_archive_util.py @@ -1,3 +1,5 @@ +# coding: utf-8 + import six import pytest |