1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00

Remove unused imports

(cherry picked from commit 49a81308c0)
This commit is contained in:
Hendrikto
2019-04-04 21:40:16 +02:00
committed by Rémi Verschelde
parent 782a6dcdde
commit 456eb53439
18 changed files with 4 additions and 24 deletions

View File

@@ -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),
]