Normalize file permissions for parsers and locflow modules

This commit is contained in:
authentik Default Admin 2026-03-06 23:00:54 +00:00
parent 75da30b168
commit d449b14d6a
21 changed files with 0 additions and 0 deletions

0
locflow/__init__.py Normal file → Executable file
View file

0
locflow/asgi.py Normal file → Executable file
View file

0
locflow/wsgi.py Normal file → Executable file
View file

0
manage.py Normal file → Executable file
View file

0
parsers/__init__.py Normal file → Executable file
View file

0
parsers/base.py Normal file → Executable file
View file

0
parsers/exceptions.py Normal file → Executable file
View file

0
parsers/factory.py Normal file → Executable file
View file

0
parsers/json_parser.py Normal file → Executable file
View file

0
parsers/plural_rules.py Normal file → Executable file
View file

0
parsers/po_parser.py Normal file → Executable file
View file

0
parsers/strings_parser.py Normal file → Executable file
View file

0
parsers/tests/__init__.py Normal file → Executable file
View file

0
parsers/tests/test_factory.py Normal file → Executable file
View file

0
parsers/tests/test_json_parser.py Normal file → Executable file
View file

0
parsers/tests/test_po_parser.py Normal file → Executable file
View file

0
parsers/tests/test_strings_parser.py Normal file → Executable file
View file

0
parsers/tests/test_validation.py Normal file → Executable file
View file

0
parsers/tests/test_xliff_parser.py Normal file → Executable file
View file

0
parsers/validation.py Normal file → Executable file
View file

0
parsers/xliff_parser.py Normal file → Executable file
View file