mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +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 subprocess
|
||||
import platform
|
||||
import urllib.request
|
||||
import urllib3.request
|
||||
import zipfile
|
||||
import shutil
|
||||
|
||||
|
|
Loading…
Reference in a new issue