Don't re-implement ZipFile.extractall
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 9 Feb 2012 00:10:04 +0000 (00:10 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 9 Feb 2012 00:10:04 +0000 (00:10 +0000)
commit583fddc456f697c847b31801d1a71f689abf3f4d
treefd0a1f965cc0689dfd5ee569228be2b55b796549
parent94ca18c777c6b7cfd9f753ad5025e924eb2a282a
Don't re-implement ZipFile.extractall
https://bugs.webkit.org/show_bug.cgi?id=78173

Reviewed by Eric Seidel.

We can use ZipFile.extractall now that we don't support Python 2.5.

* Scripts/webkitpy/common/system/autoinstall.py:
(AutoInstaller._extract_targz):
(AutoInstaller._unzip):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107147 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/ChangeLog
Tools/Scripts/webkitpy/common/system/autoinstall.py