Skip to content

Commit 8851187

Browse files
committed
Remove use of six.moves.urllib_parse
1 parent 108e9c3 commit 8851187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/paste.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
from locale import getpreferredencoding
25-
from six.moves.urllib_parse import quote as urlquote, urljoin, urlparse
25+
from urllib.parse import quote as urlquote, urljoin, urlparse
2626
from string import Template
2727
import errno
2828
import requests

0 commit comments

Comments
 (0)