Skip to content

Commit 1e94063

Browse files
authored
Fix import in upload script (#28)
1 parent db11fd5 commit 1e94063

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)