pkggzip.py revision 461
461N/A# The contents of this file are subject to the terms of the 461N/A# Common Development and Distribution License (the "License"). 461N/A# You may not use this file except in compliance with the License. 461N/A# See the License for the specific language governing permissions 461N/A# and limitations under the License. 461N/A# When distributing Covered Code, include this CDDL HEADER in each 461N/A# If applicable, add the following below this CDDL HEADER, with the 461N/A# fields enclosed by brackets "[]" replaced with your own identifying 461N/A# information: Portions Copyright [yyyy] [name of copyright owner] 461N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 461N/A# Use is subject to license terms. 461N/A#ident "%Z%%M% %I% %E% SMI" 461N/A """This is a version of GzipFile that does not include a file 461N/A pathname or timestamp in the gzip header. This allows us to get 461N/A deterministic gzip files on compression, so that we can reliably 461N/A use a cryptopgraphic hash on the compressed content."""