Switch to python3
This commit is contained in:
parent
531041e89a
commit
9ba4b6a91a
5286 changed files with 677347 additions and 576888 deletions
7
Darwin/lib/python3.4/site-packages/pip/commands/unzip.py
Normal file
7
Darwin/lib/python3.4/site-packages/pip/commands/unzip.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from pip.commands.zip import ZipCommand
|
||||
|
||||
|
||||
class UnzipCommand(ZipCommand):
|
||||
"""Unzip individual packages."""
|
||||
name = 'unzip'
|
||||
summary = 'DEPRECATED. Unzip individual packages.'
|
||||
Loading…
Add table
Add a link
Reference in a new issue