pythonprop
pythonprop copied to clipboard
Avoid invalid Python escape sequences
When installing the program on Debian 12, there were some warnings about the usage of invalid Python escape sequences on some lines, mostly related to regular expressions and Windows paths.
This patch avoids those cases by using Python raw strings instead.