]> www.infradead.org Git - users/hch/nvmetcli.git/commit
Support python3 dictionary access.
authorLee Duncan <lduncan@suse.com>
Fri, 13 Apr 2018 18:56:29 +0000 (11:56 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 17 Apr 2018 15:11:40 +0000 (17:11 +0200)
commit531d63d4e6acf6f4959e20f61f300921f764690c
tree2d4e8c253700a62d0f3b9337670ec7ef9b8b234f
parent54ce6d02112f267733402735b1dbb3635dfa8055
Support python3 dictionary access.

Support python2 and python3 dictionary access by using the iteritems
function the 'python-six' module.

Also, add info to the README about supporting both Python2 and Python3.

Signed-off-by: Lee Duncan <lduncan@suse.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
README
nvmet/nvme.py