diff options
author | Alexander Pyhalov <apyhalov@gmail.com> | 2020-01-14 21:23:25 +0300 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2020-01-15 15:23:30 -0500 |
commit | b0858fdc3790ef1d1f955bd584621c6fd539050d (patch) | |
tree | 65d9745af0d5ab456750a0d9fc2493ebd205523c /usr/src/cmd/pyzfs/pyzfs.py | |
parent | e25cb0e77ab84d3147918b8aef1f5161fbccb30e (diff) | |
download | illumos-joyent-b0858fdc3790ef1d1f955bd584621c6fd539050d.tar.gz |
11522 illumos-gate has some runtime dependencies on Python 2.7
12192 python3 modules treat strings incorrectly
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/pyzfs/pyzfs.py')
-rw-r--r-- | usr/src/cmd/pyzfs/pyzfs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/pyzfs/pyzfs.py b/usr/src/cmd/pyzfs/pyzfs.py index 7df7d09bfe..efcb4e8842 100644 --- a/usr/src/cmd/pyzfs/pyzfs.py +++ b/usr/src/cmd/pyzfs/pyzfs.py @@ -1,4 +1,4 @@ -#!@PYTHON@ -S +#!@PYTHON@ -Es # # CDDL HEADER START # |