File: 0001-devendor-webencodings.patch

package info (click to toggle)
html5lib 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,484 kB
  • sloc: python: 13,014; sh: 10; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Debian Python Team <team+python@tracker.debian.org>
Date: Mon, 22 Dec 2025 10:27:29 +0100
Subject: devendor-webencodings

---
 html5lib/_inputstream.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html5lib/_inputstream.py b/html5lib/_inputstream.py
index abbc3d7..8f04854 100644
--- a/html5lib/_inputstream.py
+++ b/html5lib/_inputstream.py
@@ -6,7 +6,7 @@ import codecs
 import re
 from io import BytesIO, StringIO
 
-from .contrib import webencodings
+import webencodings
 
 from .constants import EOF, spaceCharacters, asciiLetters, asciiUppercase
 from .constants import _ReparseException