URL:
https://github.com/freeipa/freeipa/pull/1495
Author: felipevolpone
Title: #1495: [Backport][ipa-4-6] Fixing vault-add-member to be compatible with py3
Action: opened
PR body:
"""
Changing from itervalues() to values() in order to be compatible with python3.
https://pagure.io/freeipa/issue/7373
"""
To pull the PR as Git branch:
git remote add ghfreeipa
https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1495/head:pr1495
git checkout pr1495