mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-11-07 06:44:54 +03:00
These changes are efficient and valid in python 2 and 3. For the most part, they are also pythonic. * 2to3 conversion * add __future__ imports * iterator changes * integer division * relative import fixes Reviewed-by: John Ramsden <johnramsden@riseup.net> Reviewed-by: Neal Gompa <ngompa@datto.com> Reviewed-by: loli10K <ezomori.nozomu@gmail.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Antonio Russo <antonio.e.russo@gmail.com> Closes #8096 |
||
|---|---|---|
| .. | ||
| bindings | ||
| test | ||
| __init__.py | ||
| _constants.py | ||
| _error_translation.py | ||
| _libzfs_core.py | ||
| _nvlist.py | ||
| ctypes.py | ||
| exceptions.py | ||