Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use specific imports in purge.py
Mostly this is an excuse to run the MSI CI tests.
  • Loading branch information
zware committed May 26, 2023
commit 27c8d16c390665c30b62357faf852a47a53a7354
2 changes: 1 addition & 1 deletion Tools/msi/purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import re
import sys

from urllib.request import *
from urllib.request import Request, urlopen

VERSION_RE = re.compile(r'(\d+\.\d+\.\d+)([A-Za-z_]+\d+)?$')

Expand Down