groupspace.py revision 219089
1103239Sarchie#! /usr/bin/python2.6
2103239Sarchie#
3107592Sru# CDDL HEADER START
4103239Sarchie#
5103239Sarchie# The contents of this file are subject to the terms of the
6103239Sarchie# Common Development and Distribution License (the "License").
7103239Sarchie# You may not use this file except in compliance with the License.
8107592Sru#
9103239Sarchie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10103239Sarchie# or http://www.opensolaris.org/os/licensing.
11103239Sarchie# See the License for the specific language governing permissions
12103239Sarchie# and limitations under the License.
13103239Sarchie#
14103239Sarchie# When distributing Covered Code, include this CDDL HEADER in each
15103239Sarchie# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16107592Sru# If applicable, add the following below this CDDL HEADER, with the
17103239Sarchie# fields enclosed by brackets "[]" replaced with your own identifying
18103239Sarchie# information: Portions Copyright [yyyy] [name of copyright owner]
19103239Sarchie#
20103239Sarchie# CDDL HEADER END
21103239Sarchie#
22103239Sarchie# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
23103239Sarchie#
24103239Sarchie
25103239Sarchieimport zfs.userspace
26103239Sarchie
27103239Sarchiedo_groupspace = zfs.userspace.do_userspace
28103239Sarchie
29103239Sarchie