diff options
author | Lori Alt <lori.alt@oracle.com> | 2010-07-29 15:41:34 -0600 |
---|---|---|
committer | Lori Alt <lori.alt@oracle.com> | 2010-07-29 15:41:34 -0600 |
commit | 6d52f363e3b2c0c5da672c5b8c8adec99d345f38 (patch) | |
tree | 34084a44295bde37b9d0a35fa8efecea6f4fd2bb /usr/src/lib/pyzfs/common/unallow.py | |
parent | e57ece5b0297b7f73b98eb54349e9eaea4fbd619 (diff) | |
download | illumos-gate-6d52f363e3b2c0c5da672c5b8c8adec99d345f38.tar.gz |
6908227 pyzfs needs to move to python 2.6
Diffstat (limited to 'usr/src/lib/pyzfs/common/unallow.py')
-rw-r--r-- | usr/src/lib/pyzfs/common/unallow.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/pyzfs/common/unallow.py b/usr/src/lib/pyzfs/common/unallow.py index 1458dc1328..cbdd4dd73f 100644 --- a/usr/src/lib/pyzfs/common/unallow.py +++ b/usr/src/lib/pyzfs/common/unallow.py @@ -1,4 +1,4 @@ -#! /usr/bin/python2.4 +#! /usr/bin/python2.6 # # CDDL HEADER START # @@ -19,8 +19,7 @@ # # CDDL HEADER END # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. # import zfs.allow |