freeipa/ipapython/secrets
Petr Viktorin acf519f5c5 ipapython.secrets: Port to Python 3
StringIO was renamed in Python 3. The import was was unused,
so remove it.

Files need to be opened in binary mode if bytes are written to them.
(For Python 2: on Linux, there's no practical difference between
text and binary mode)

Reviewed-By: Tomas Babej <tbabej@redhat.com>
2015-10-27 17:23:25 +01:00
..
__init__.py Add ipa-custodia service 2015-10-15 14:24:33 +02:00
client.py Add function to extract CA certs for install 2015-10-15 14:24:33 +02:00
common.py Add ipa-custodia service 2015-10-15 14:24:33 +02:00
kem.py Add ipa-custodia service 2015-10-15 14:24:33 +02:00
store.py ipapython.secrets: Port to Python 3 2015-10-27 17:23:25 +01:00