summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2012-07-23 23:20:48 -0400
committerDaniel Holth <dholth@fastmail.fm>2012-07-23 23:20:48 -0400
commit5cde79f76be4d910eeca5a1851e1eb93de631cdd (patch)
treef8ce101371fb7e7291476160a1f02cea59f72f00
parenta38c602aa0203083b83bf80faf015488bb6b597b (diff)
downloadwheel-5cde79f76be4d910eeca5a1851e1eb93de631cdd.tar.gz
.ini note
-rwxr-xr-xwheel/bdist_wininst2wheel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wheel/bdist_wininst2wheel.py b/wheel/bdist_wininst2wheel.py
index d3b8135..6fb9d30 100755
--- a/wheel/bdist_wininst2wheel.py
+++ b/wheel/bdist_wininst2wheel.py
@@ -21,7 +21,7 @@ def bdist_wininst2wheel(path):
datadir = "%s.data/" % dist_info
# rewrite paths to trick ZipFile into extracting an egg
- # XXX grab wininst .ini
+ # XXX grab wininst .ini - between .exe, padding, and first zip file.
bdw = zipfile.ZipFile(path)
root_is_purelib = True
for zipinfo in bdw.infolist():