Skip to content

Commit 18936ad

Browse files
committed
remove more six compatibility layer
1 parent efbadf3 commit 18936ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywebdav/lib/davcmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
"""
1010

11-
import urllib.parser
11+
import urllib.parse
1212

1313
from .utils import create_treelist, is_prefix
1414
from .errors import DAV_Error, DAV_NotFound

0 commit comments

Comments
 (0)