xhtml: Add forgotten import of Path.

This commit is contained in:
Emmanuel Gil Peyrot 2018-07-09 12:01:32 +02:00
parent f35b3d16a3
commit 59f12b761d

View file

@ -17,6 +17,7 @@ import re
from base64 import b64encode, b64decode from base64 import b64encode, b64decode
from os import path from os import path
from urllib.parse import unquote from urllib.parse import unquote
from pathlib import Path
from io import BytesIO from io import BytesIO
from xml import sax from xml import sax