diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-14 06:59:30 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-14 08:35:04 +0700 |
commit | 053a3a12cf0cc902e0f869b8cc4cff997f73fc84 (patch) | |
tree | bbb7b43bf0f36ed83d7477a31d91a547706d0a11 /setuptools/unicode_utils.py | |
parent | 6d11e88f938f09ef16db4c6064b6e74acba4db1d (diff) | |
download | external_python_setuptools-053a3a12cf0cc902e0f869b8cc4cff997f73fc84.tar.gz external_python_setuptools-053a3a12cf0cc902e0f869b8cc4cff997f73fc84.tar.bz2 external_python_setuptools-053a3a12cf0cc902e0f869b8cc4cff997f73fc84.zip |
Add missing blank line.
Diffstat (limited to 'setuptools/unicode_utils.py')
-rw-r--r-- | setuptools/unicode_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/unicode_utils.py b/setuptools/unicode_utils.py index ffab3e24..7c63efd2 100644 --- a/setuptools/unicode_utils.py +++ b/setuptools/unicode_utils.py @@ -3,6 +3,7 @@ import sys from setuptools.extern import six + # HFS Plus uses decomposed UTF-8 def decompose(path): if isinstance(path, six.text_type): |