From 2d6720f9cb619c61d36fda7e6bf9b40dcf94a8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Fri, 9 Dec 2022 20:37:53 +0000 Subject: [PATCH] Improve imports --- Scripts/UVtools.Python/UVtools.runtimeconfig.json | 2 +- Scripts/UVtools.Python/UVtoolsBootstrap.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Scripts/UVtools.Python/UVtools.runtimeconfig.json b/Scripts/UVtools.Python/UVtools.runtimeconfig.json index 4986d16..4148c49 100644 --- a/Scripts/UVtools.Python/UVtools.runtimeconfig.json +++ b/Scripts/UVtools.Python/UVtools.runtimeconfig.json @@ -6,4 +6,4 @@ "version": "6.0.0" } } -} \ No newline at end of file +} diff --git a/Scripts/UVtools.Python/UVtoolsBootstrap.py b/Scripts/UVtools.Python/UVtoolsBootstrap.py index d78c84b..5f32a37 100644 --- a/Scripts/UVtools.Python/UVtoolsBootstrap.py +++ b/Scripts/UVtools.Python/UVtoolsBootstrap.py @@ -6,8 +6,6 @@ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. """ -from clr_loader import get_coreclr -from pythonnet import set_runtime import sys import platform import os