summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-07-09 12:01:32 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-07-09 12:01:32 +0200
commit59f12b761d15e80dad0b48f56948ac7aa05f7ff6 (patch)
tree2e7f93b3683e18abf51ee4b7497bfdb9bc0c239a
parentf35b3d16a3104c9869b1f878fd4d93967a1963a2 (diff)
downloadpoezio-59f12b761d15e80dad0b48f56948ac7aa05f7ff6.tar.gz
poezio-59f12b761d15e80dad0b48f56948ac7aa05f7ff6.tar.bz2
poezio-59f12b761d15e80dad0b48f56948ac7aa05f7ff6.tar.xz
poezio-59f12b761d15e80dad0b48f56948ac7aa05f7ff6.zip
xhtml: Add forgotten import of Path.
-rw-r--r--poezio/xhtml.py1
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