Skip to content

Commit

Permalink
SCons: Remove wildcard and unused imports
Browse files Browse the repository at this point in the history
Backport of godotengine/godot-nir-static#18.

Co-authored-by: Kusok <[email protected]>
  • Loading branch information
akien-mga and kus04e4ek committed Jul 18, 2024
1 parent 43c0ee8 commit cc97253
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import os
import platform
import sys
import subprocess
from SCons.Errors import UserError

EnsureSConsVersion(4, 0)

Expand Down
1 change: 0 additions & 1 deletion godot-tools/macos.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import sys
import macos_osxcross

Expand Down
4 changes: 1 addition & 3 deletions godot-tools/targets.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import os
import sys
from SCons.Script import ARGUMENTS
from SCons.Variables import *
from SCons.Variables import BoolVariable, EnumVariable
from SCons.Variables.BoolVariable import _text2bool


Expand Down
2 changes: 1 addition & 1 deletion godot-tools/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import my_spawn

from SCons.Tool import msvc, mingw
from SCons.Variables import *
from SCons.Variables import BoolVariable


def options(opts):
Expand Down

0 comments on commit cc97253

Please sign in to comment.