Poodletooth-iLand/panda/python/Lib/site-packages/pip/commands/unzip.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

9 lines
225 B
Python
Executable file

from __future__ import absolute_import
from pip.commands.zip import ZipCommand
class UnzipCommand(ZipCommand):
"""Unzip individual packages."""
name = 'unzip'
summary = 'DEPRECATED. Unzip individual packages.'