2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

Resolve string escape sequence DeprecationWarnings

This commit is contained in:
Mark Grassi
2022-11-20 13:41:44 -05:00
parent 98817eecb6
commit d94731ddf4
17 changed files with 147 additions and 147 deletions

View File

@@ -2597,7 +2597,7 @@ POLICYGROUPS_DIR="%s/templates"
'foo<',
'foo>',
'foo?',
'foo\/',
r'foo\/',
'foo,',
'_foo',
]