summaryrefslogtreecommitdiff
path: root/platform/uwp/detect.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-04-07 12:38:07 +0200
committerGitHub <noreply@github.com>2019-04-07 12:38:07 +0200
commit5586e473b52c77a5a6cf086cff4fa353db531155 (patch)
tree9b691190ac7f2658aa3349374e4dd61e08aa47f0 /platform/uwp/detect.py
parent1415dd4e903263648ddf66e1dc156e37f4f2f29f (diff)
parent49a81308c04204a4dc2df71d2c94ded182e0343f (diff)
Merge pull request #27734 from Hendrikto/cleanup
Remove unused imports
Diffstat (limited to 'platform/uwp/detect.py')
-rw-r--r--platform/uwp/detect.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py
index c32a11b396..f8f1b066f6 100644
--- a/platform/uwp/detect.py
+++ b/platform/uwp/detect.py
@@ -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),
]