Remove unused Python imports.
@@ -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
env.core_sources = []
@@ -2,7 +2,6 @@
Import("env")
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.path
import subprocess
from SCons.Script import Dir, Environment
import sys
-import subprocess
from methods import detect_darwin_sdk_path