Fixed unpacking of zip archives with "extract"
commit37457c54bd0bdac9f9ca2f0b1f9a617fa803fb83
authorThomas Leonard <talex5@gmail.com>
Sun, 7 Feb 2010 15:27:22 +0000 (7 15:27 +0000)
committerThomas Leonard <talex5@gmail.com>
Sun, 7 Feb 2010 15:29:32 +0000 (7 15:29 +0000)
tree691f7007fd3a3e94b2c81ca99072022e4c8315ba
parent9f4d5b6ad70a7fe9ac22fd180fe18458ad4ed9f2
Fixed unpacking of zip archives with "extract"

unpack.extract_zip() moved the extracted contents up to the parent directory,
while all other other extract methods leave them in place.
tests/testunpack.py
zeroinstall/zerostore/unpack.py