xhtml: Add forgotten import of Path.
This commit is contained in:
parent
f35b3d16a3
commit
59f12b761d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue