Skip to content

Commit 27c8d16

Browse files
committed
Use specific imports in purge.py
Mostly this is an excuse to run the MSI CI tests.
1 parent 450cc5e commit 27c8d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/msi/purge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import re
1111
import sys
1212

13-
from urllib.request import *
13+
from urllib.request import Request, urlopen
1414

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

0 commit comments

Comments
 (0)