mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-28 22:22:59 -06:00
9 lines
234 B
Python
9 lines
234 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.'
|