Skip to content

Commit

Permalink
Babel _compat was removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbehrle committed Apr 23, 2022
1 parent 3c303a0 commit 5798c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation.py
Expand Up @@ -2,7 +2,7 @@
# copyright notices and license terms.
from trytond.pool import PoolMeta, Pool
from trytond.transaction import Transaction
from babel._compat import StringIO, BytesIO
from io import StringIO, BytesIO
from babel.messages.extract import extract as babel_extract
import jinja2

Expand Down

0 comments on commit 5798c6a

Please sign in to comment.