Files
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
..
2015-10-15 14:24:33 +02:00
2015-10-15 14:24:33 +02:00
2015-10-15 14:24:33 +02:00
2015-10-27 17:23:25 +01:00