__init__.py revision 219089
164562Sgshapiro#! /usr/bin/python2.6
264562Sgshapiro#
3261363Sgshapiro# CDDL HEADER START
464562Sgshapiro#
564562Sgshapiro# The contents of this file are subject to the terms of the
664562Sgshapiro# Common Development and Distribution License (the "License").
764562Sgshapiro# You may not use this file except in compliance with the License.
864562Sgshapiro#
964562Sgshapiro# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1064562Sgshapiro# or http://www.opensolaris.org/os/licensing.
1164562Sgshapiro# See the License for the specific language governing permissions
1264562Sgshapiro# and limitations under the License.
13261363Sgshapiro#
1464562Sgshapiro# When distributing Covered Code, include this CDDL HEADER in each
1564562Sgshapiro# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1664562Sgshapiro# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
23#
24
25"""
26package which provides an administrative interface to ZFS
27"""
28