Skip to content

Commit d528f19

Browse files
gh-137146: Fix tests on IPvFuture
1 parent 5021430 commit d528f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_urlparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import unittest
44
import urllib.parse
55
from test import support
6-
from strings import ascii_letters, digits
6+
from string import ascii_letters, digits
77

88
RFC1808_BASE = "http://a/b/c/d;p?q#f"
99
RFC2396_BASE = "http://a/b/c/d;p?q"

0 commit comments

Comments
 (0)