Current Path : /proc/thread-self/root/proc/thread-self/root/opt/alt/python34/lib/python3.4/site-packages/pip/commands/ |
Current File : //proc/thread-self/root/proc/thread-self/root/opt/alt/python34/lib/python3.4/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.'