Skip to content

Commit b992dba

Browse files
committed
Small update
1 parent 38099bb commit b992dba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyarchivefile/pyarchivefile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
BINARY_TYPES = (bytes, bytearray, memoryview)
6969
PATH_TYPES = (str, os.PathLike)
7070

71+
from urllib.parse import urlparse
72+
from urllib.request import url2pathname
73+
7174
testyaml = False
7275
try:
7376
import yaml

0 commit comments

Comments
 (0)