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
|