mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
move to python 3 for 'scons.bat target=setup'
This commit is contained in:
parent
5b498bfa01
commit
85af4273ae
1 changed files with 1 additions and 1 deletions
|
@ -7,9 +7,9 @@ import platform
|
|||
import re
|
||||
import subprocess
|
||||
import platform
|
||||
import urllib3.request
|
||||
import zipfile
|
||||
import shutil
|
||||
import urllib.request
|
||||
|
||||
if __name__ != '__main__':
|
||||
from SCons.Script import *
|
||||
|
|
Loading…
Reference in a new issue