1*2fb4439dSAlexander Pyhalov#!@PYTHON@ 2e4d060fbSSam Falkner# 3e4d060fbSSam Falkner# CDDL HEADER START 4e4d060fbSSam Falkner# 5e4d060fbSSam Falkner# The contents of this file are subject to the terms of the 6e4d060fbSSam Falkner# Common Development and Distribution License (the "License"). 7e4d060fbSSam Falkner# You may not use this file except in compliance with the License. 8e4d060fbSSam Falkner# 9e4d060fbSSam Falkner# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10e4d060fbSSam Falkner# or http://www.opensolaris.org/os/licensing. 11e4d060fbSSam Falkner# See the License for the specific language governing permissions 12e4d060fbSSam Falkner# and limitations under the License. 13e4d060fbSSam Falkner# 14e4d060fbSSam Falkner# When distributing Covered Code, include this CDDL HEADER in each 15e4d060fbSSam Falkner# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16e4d060fbSSam Falkner# If applicable, add the following below this CDDL HEADER, with the 17e4d060fbSSam Falkner# fields enclosed by brackets "[]" replaced with your own identifying 18e4d060fbSSam Falkner# information: Portions Copyright [yyyy] [name of copyright owner] 19e4d060fbSSam Falkner# 20e4d060fbSSam Falkner# CDDL HEADER END 21e4d060fbSSam Falkner# 226d52f363SLori Alt# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 23e4d060fbSSam Falkner# 24e4d060fbSSam Falkner 25e4d060fbSSam Falkner""" 26e4d060fbSSam Falknerpackage which provides access to Solaris-specific functionality 27e4d060fbSSam Falkner""" 28