Skip to content

Commit 75cf139

Browse files
committed
Fix import in upload script
1 parent db11fd5 commit 75cf139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import subprocess
33
import sys
44
from pathlib import Path
5-
from urllib import Request, urlopen
5+
from urllib.request import Request, urlopen
66
from xml.etree import ElementTree as ET
77

88
UPLOAD_URL_PREFIX = os.getenv("UPLOAD_URL_PREFIX", "https://www.python.org/ftp/")

0 commit comments

Comments
 (0)