mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Remove unused Python imports.
This commit is contained in:
parent
f19c400bed
commit
e3d698dae9
@ -13,8 +13,6 @@ from collections import OrderedDict
|
||||
# Local
|
||||
import methods
|
||||
import glsl_builders
|
||||
import version
|
||||
from platform_methods import run_in_subprocess
|
||||
|
||||
# Scan possible build platforms
|
||||
|
||||
|
@ -4,7 +4,6 @@ Import("env")
|
||||
|
||||
import core_builders
|
||||
import make_binders
|
||||
from platform_methods import run_in_subprocess
|
||||
|
||||
env.core_sources = []
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
Import("env")
|
||||
|
||||
from platform_methods import run_in_subprocess
|
||||
import input_builders
|
||||
|
||||
|
||||
|
@ -4,7 +4,6 @@ All such functions are invoked in a subprocess on Windows to prevent build flaki
|
||||
|
||||
"""
|
||||
from platform_methods import subprocess_main
|
||||
from collections import OrderedDict
|
||||
|
||||
|
||||
def make_splash(target, source, env):
|
||||
|
@ -17,8 +17,6 @@
|
||||
## ======================================================================== ##
|
||||
|
||||
import os
|
||||
import sys
|
||||
import argparse
|
||||
from array import array
|
||||
|
||||
# Generates a C++ file from the specified binary resource file
|
||||
|
@ -1,6 +1,5 @@
|
||||
import os
|
||||
import os.path
|
||||
import sys
|
||||
import subprocess
|
||||
|
||||
from SCons.Script import Dir, Environment
|
||||
|
@ -1,6 +1,5 @@
|
||||
import os
|
||||
import sys
|
||||
import subprocess
|
||||
from methods import detect_darwin_sdk_path
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user