From 59f12b761d15e80dad0b48f56948ac7aa05f7ff6 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 9 Jul 2018 12:01:32 +0200 Subject: xhtml: Add forgotten import of Path. --- poezio/xhtml.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3