summaryrefslogtreecommitdiff
path: root/src/mongo/embedded
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2022-08-09 02:32:44 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-09 08:34:04 +0000
commitfc3674c2297367e84e8cbf977e1d6b7f024838ae (patch)
treedf97189c87ee4bc7ac4a95d3e2ee130c6df34748 /src/mongo/embedded
parent38d4d528a80e8941f92c93e6e1a5a9203497cf1e (diff)
downloadmongo-fc3674c2297367e84e8cbf977e1d6b7f024838ae.tar.gz
SERVER-67058 Create libdeps metrics
Diffstat (limited to 'src/mongo/embedded')
-rw-r--r--src/mongo/embedded/mongo_embedded/SConscript2
-rw-r--r--src/mongo/embedded/stitch_support/SConscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/embedded/mongo_embedded/SConscript b/src/mongo/embedded/mongo_embedded/SConscript
index 39336394eba..05f588311f4 100644
--- a/src/mongo/embedded/mongo_embedded/SConscript
+++ b/src/mongo/embedded/mongo_embedded/SConscript
@@ -1,7 +1,7 @@
# -*- mode: python; -*-
from functools import partial
-import libdeps
+import libdeps_tool as libdeps
Import("env")
Import("get_option")
diff --git a/src/mongo/embedded/stitch_support/SConscript b/src/mongo/embedded/stitch_support/SConscript
index 63e178ea475..5d2df953448 100644
--- a/src/mongo/embedded/stitch_support/SConscript
+++ b/src/mongo/embedded/stitch_support/SConscript
@@ -1,7 +1,7 @@
# -*- mode: python; -*-
from functools import partial
-import libdeps
+import libdeps_tool as libdeps
Import("env")
Import("get_option")