3 Commits

Author SHA1 Message Date
David Lechner
73677349c9 tool: consistently use raw strings for regular expressions
Newer versions of Python raise a SyntaxWarning when a regular expression
contains a backslash that is not part of an escape sequence. To prevent
this warning and future exceptions, use raw strings for all regular
expressions. Even strings without escape sequences are converted for
consistency. Some IDEs will apply special syntax highlighting to raw
strings, which can make it easier to decipher regular expressions.
2025-01-22 08:40:56 +01:00
Matthias Ringwald
5c54401929 tool: update python scripts to python3 2020-07-09 16:24:31 +02:00
Matthias Ringwald
aa487f40a7 tool: uuid128_format parses UUID128 and prints it as both big and little endian 2018-06-16 12:18:45 +02:00