diff options
| author | J. Goutin <JGoutin@users.noreply.github.com> | 2016-07-03 15:28:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-03 15:28:12 +0200 |
| commit | a0bc231f8fee1f2df0c04b92eb070e66536d622e (patch) | |
| tree | 4e0a2124295cb821f7066d4d87df257f1707d861 | |
| parent | 2aa04076e57845abdf9e0cc5238bdcc23ae5e58e (diff) | |
| download | python-setuptools-git-a0bc231f8fee1f2df0c04b92eb070e66536d622e.tar.gz | |
Update msvc.py
| -rw-r--r-- | setuptools/msvc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/msvc.py b/setuptools/msvc.py index 0851b193..f1213f32 100644 --- a/setuptools/msvc.py +++ b/setuptools/msvc.py @@ -4,6 +4,7 @@ This module adds improved support for Microsoft Visual C++ compilers. import os import platform import itertools +import collections import distutils.errors from setuptools.extern.six.moves import filterfalse |
