diff --git a/SConstruct b/SConstruct index 182b3a0..957a6f1 100644 --- a/SConstruct +++ b/SConstruct @@ -139,6 +139,9 @@ for d in database_list: SConscript("database/" + d + "/SCsub") + sys.path.remove(tmppath) + sys.modules.pop("detect") + Export("env") SConscript("core/SCsub")