You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Remove unused imports
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import methods
|
||||
import os
|
||||
import string
|
||||
import sys
|
||||
|
||||
|
||||
@@ -25,8 +24,6 @@ def can_build():
|
||||
|
||||
|
||||
def get_opts():
|
||||
from SCons.Variables import BoolVariable
|
||||
|
||||
return [
|
||||
('msvc_version', 'MSVC version to use (ignored if the VCINSTALLDIR environment variable is set)', None),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user