acrn-hypervisor/misc/config_tools/library
Jiaqing Zhao 98e546e93d misc: fix invalid escape sequence in python 3.12
Python 3.12 adds escape sequence check in strings, if it is invalid,
a SyntaxWarning will be given. Fix it by using raw string notation
in regular expressions, and changing comments in unused string literal
to normal comments.

Tracked-On: #8588
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2024-05-09 20:58:21 +08:00
..
__init__.py config_tools: fix a module resolving issue in elementpath overlay 2022-06-29 13:53:42 +08:00
acrn_config_utilities.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
board_cfg_lib.py misc: fix invalid escape sequence in python 3.12 2024-05-09 20:58:21 +08:00
hv_cfg_lib.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
hypervisor_license Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
launch_cfg_lib.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
rdt.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
scenario_cfg_lib.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00