diff options
author | J. Goutin <JGoutin@users.noreply.github.com> | 2016-04-17 18:46:24 +0200 |
---|---|---|
committer | J. Goutin <JGoutin@users.noreply.github.com> | 2016-04-17 18:46:24 +0200 |
commit | d8587a79301f6eba5334f9e365188b9a9af1d2ac (patch) | |
tree | aa8b213886bfcff93c3e4c27d2c02d2406cdf403 /setuptools/msvc9_support.py | |
parent | 2fbcd3426032bd175fbab63a7e26fba76369eeb9 (diff) | |
download | external_python_setuptools-d8587a79301f6eba5334f9e365188b9a9af1d2ac.tar.gz external_python_setuptools-d8587a79301f6eba5334f9e365188b9a9af1d2ac.tar.bz2 external_python_setuptools-d8587a79301f6eba5334f9e365188b9a9af1d2ac.zip |
Update msvc9_support.py
Diffstat (limited to 'setuptools/msvc9_support.py')
-rw-r--r-- | setuptools/msvc9_support.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/msvc9_support.py b/setuptools/msvc9_support.py index 860ab9f5..38acc43f 100644 --- a/setuptools/msvc9_support.py +++ b/setuptools/msvc9_support.py @@ -1131,5 +1131,6 @@ class EnvironmentInfo: name = os.listdir(path) if name: return '%s\\' % name[0] + return '' except FileNotFoundError: return '' |