Cleanup: remove old AST code in I18n message extraction #105418

Merged
Bastien Montagne merged 1 commits from pioverfour/blender:dp_cleanup_i18n into main 2023-03-07 10:42:08 +01:00

1 Commits

Author SHA1 Message Date
Damien Picard 5ec5c400ba Cleanup: remove old AST code in I18n message extraction
Pre-Python 3.8, the string nodes in an AST were of type ast.Str.
Post, they are of type ast.Constant.

Remove the old naming.
2023-03-03 22:55:50 +01:00