aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_archive_util.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-01 22:17:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-01 22:17:36 -0400
commit96159fc86c3ae19afe63e4699430f600c407f4d3 (patch)
tree02743c2912b8be1b0d2c3030637413f5f843c53c /setuptools/tests/test_archive_util.py
parent4b1f577d73bc9d66a82e6e5ad84af89c9dca5c49 (diff)
downloadexternal_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.py2
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