Skip to content

Commit 9d9bc6a

Browse files
formatting
1 parent 9535206 commit 9d9bc6a

File tree

2 files changed

+1
-50
lines changed

2 files changed

+1
-50
lines changed

Evtx/Views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self, msg):
3131

3232

3333
# ref: https://www.w3.org/TR/xml11/#charsets
34-
RESTRICTED_CHARS = re.compile("[\x01-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F]")
34+
RESTRICTED_CHARS = re.compile("[\x01-\x08\x0b\x0c\x0e-\x1f\x7f-\x84\x86-\x9f]")
3535

3636

3737
def escape_attr(s):

setup.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)