Skip to content
Snippets Groups Projects
Commit 2801dde2 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] base: compatible with python 3.9

Partial backport of 4f03a5f1 for 13.0

Some methods were removed in python 3.9, use the alias instead

* `base64.encodestring` -> `base64.encodebytes`
* `base64.decodestring` -> `base64.decodebytes`

Fixes odoo/odoo#80652

Part-of: odoo/odoo#80999
parent ef6f86dd
No related branches found
No related tags found
Loading
Showing
with 18 additions and 18 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment