Commit a6f96e77 authored by Tarek Ziade's avatar Tarek Ziade

fixed typo - thanks to Ted Tibbets

--HG--
branch : distribute
extra : rebase_source : 87b145e4977333b08b77bdf857930f456c8b0e13
parent 35b06106
......@@ -2,6 +2,12 @@
CHANGES
=======
------
0.6.15
------
* Fixed typo in bdist_egg
------
0.6.14
------
......
......@@ -535,6 +535,6 @@ def make_zipfile(zip_filename, base_dir, verbose=0, dry_run=0, compress=None,
z.close()
else:
for dirname, dirs, files in os.walk(base_dir):
visit(None, dirname, file)
visit(None, dirname, files)
return zip_filename
#
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment