python-setuptools: upgrade to version 27.1.2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2016-09-13 15:47:26 +03:00
parent 72f770f16b
commit 69e28f9916
2 changed files with 7 additions and 7 deletions
@@ -1,16 +1,16 @@
diff --git a/setuptools/dist.py b/setuptools/dist.py
index 7785541..23108c7 100644
index b004f92..66b9d89 100644
--- a/setuptools/dist.py
+++ b/setuptools/dist.py
@@ -18,7 +18,6 @@ from setuptools.extern.six.moves import map
@@ -17,7 +17,6 @@ from setuptools.extern.six.moves import map
from pkg_resources.extern import packaging
from setuptools.depends import Require
-from setuptools import windows_support
from setuptools.monkey import get_unpatched
import pkg_resources
@@ -335,7 +334,6 @@ class Distribution(_Distribution):
@@ -383,7 +382,6 @@ class Distribution(_Distribution):
egg_cache_dir = os.path.join(os.curdir, '.eggs')
if not os.path.exists(egg_cache_dir):
os.mkdir(egg_cache_dir)