From 14577a74695119bc7c379aa2d7ef095be22a07e0 Mon Sep 17 00:00:00 2001 From: RandomOfNoWhere Date: Sat, 12 Oct 2024 16:51:39 -0400 Subject: [PATCH] Update SCsub Removed unneeded change --- core/variant/SCsub | 1 - 1 file changed, 1 deletion(-) diff --git a/core/variant/SCsub b/core/variant/SCsub index 8264503a2296..7f4c8b7788b2 100644 --- a/core/variant/SCsub +++ b/core/variant/SCsub @@ -1,5 +1,4 @@ #!/usr/bin/env python -from misc.utility.scons_hints import * Import("env")