Current Path : /proc/thread-self/root/opt/alt/python33/lib/python3.3/site-packages/pip/commands/ |
Current File : //proc/thread-self/root/opt/alt/python33/lib/python3.3/site-packages/pip/commands/unzip.py |
from pip.commands.zip import ZipCommand class UnzipCommand(ZipCommand): """Unzip individual packages.""" name = 'unzip' summary = 'DEPRECATED. Unzip individual packages.'