From 2e9024e55e05abcf4581fe544fd0df277e4b8a64 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 9 Jan 2015 10:17:44 +0530 Subject: [PATCH] Do not exclude six when freezing, since calibre no longer bundles it --- setup/installer/windows/freeze.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/installer/windows/freeze.py b/setup/installer/windows/freeze.py index 9a576044fc..2943263660 100644 --- a/setup/installer/windows/freeze.py +++ b/setup/installer/windows/freeze.py @@ -715,8 +715,6 @@ class Win32Freeze(Command, WixMixIn): if hname in handled: continue handled.add(hname) - if os.path.basename(d).startswith('six-'): - continue # We prefer the version bundled with calibre for x in os.listdir(d): if x in {'EGG-INFO', 'site.py', 'site.pyc', 'site.pyo'}: continue