Home | History | Annotate | Download | only in utils

Lines Matching full:unzip

278             status = system("unzip '%s'" % self.verified_package)
336 status = system("unzip -q -o -d '%s' '%s'" % (install_dir, egg_path))
338 logging.error('unzip of %s failed', egg_path)