manifest.py revision 237
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# CDDL HEADER START
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# The contents of this file are subject to the terms of the
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# Common Development and Distribution License (the "License").
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# You may not use this file except in compliance with the License.
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# See the License for the specific language governing permissions
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# and limitations under the License.
9698cd24356147d8a5471260062ea7e10e692fdfAki Tuomi# When distributing Covered Code, include this CDDL HEADER in each
9698cd24356147d8a5471260062ea7e10e692fdfAki Tuomi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9698cd24356147d8a5471260062ea7e10e692fdfAki Tuomi# If applicable, add the following below this CDDL HEADER, with the
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# fields enclosed by brackets "[]" replaced with your own identifying
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# information: Portions Copyright [yyyy] [name of copyright owner]
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# CDDL HEADER END
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
332e3fd09754ad85800a736292a0ef8dfdca4c9eAki Tuomi# Use is subject to license terms.
import bisect
import os
import sha
import shutil
import time
import urllib
import cPickle
changed = [
if not src:
elif not dest:
return out
def fun(a):
alldups = []
if dups:
return alldups
def opener():
return opener
l = l.lstrip()
except KeyError:
raise SyntaxError, \
action_dict = {}
if k in action_dict:
action_dict[k] = \
if k in action_dict:
return action_dict
return default
values = [
if values:
return default
return True
return False