We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52c75c commit 94c5421Copy full SHA for 94c5421
1 file changed
pycatfile/pycatfile.py
@@ -68,6 +68,9 @@
68
BINARY_TYPES = (bytes, bytearray, memoryview)
69
PATH_TYPES = (str, os.PathLike)
70
71
+from urllib.parse import urlparse
72
+from urllib.request import url2pathname
73
+
74
testyaml = False
75
try:
76
import yaml
0 commit comments