We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b22856 commit b17266bCopy full SHA for b17266b
1 file changed
pyneofile/pyneofile.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