Poodletooth-iLand/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/unzip.py

10 lines
234 B
Python
Raw Normal View History

2015-03-06 06:11:40 -06:00
from __future__ import absolute_import
from pip.commands.zip import ZipCommand
class UnzipCommand(ZipCommand):
"""Unzip individual packages."""
name = 'unzip'
summary = 'DEPRECATED. Unzip individual packages.'