diff options
-rw-r--r-- | poezio/xhtml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/xhtml.py b/poezio/xhtml.py index 09fa782f..29a87ca2 100644 --- a/poezio/xhtml.py +++ b/poezio/xhtml.py @@ -17,6 +17,7 @@ import re from base64 import b64encode, b64decode from os import path from urllib.parse import unquote +from pathlib import Path from io import BytesIO from xml import sax |