mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
Fix macOS Python urllib module name issue.
This commit is contained in:
parent
a1ae77798f
commit
c649323971
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import platform
|
||||||
import re
|
import re
|
||||||
import subprocess
|
import subprocess
|
||||||
import platform
|
import platform
|
||||||
import urllib.request
|
import urllib3.request
|
||||||
import zipfile
|
import zipfile
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue