mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-27 21:52:25 -06:00
9 lines
225 B
Python
9 lines
225 B
Python
from __future__ import absolute_import
|
|
|
|
from pip.commands.zip import ZipCommand
|
|
|
|
|
|
class UnzipCommand(ZipCommand):
|
|
"""Unzip individual packages."""
|
|
name = 'unzip'
|
|
summary = 'DEPRECATED. Unzip individual packages.'
|