summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/testing/hooks/drop_sharded_collections.py
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2020-06-17 17:41:54 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-18 10:21:48 +0000
commitf46630dd3ab6eb01eedcc6c07640571893888080 (patch)
tree37b8336cd0e2e187e80e798c450c3e7e29dbfbce /buildscripts/resmokelib/testing/hooks/drop_sharded_collections.py
parentfff01564fb18e83a8584fdf784419d70708961bf (diff)
downloadmongo-f46630dd3ab6eb01eedcc6c07640571893888080.tar.gz
SERVER-48112 Use Absolute Imports in Resmoke
Diffstat (limited to 'buildscripts/resmokelib/testing/hooks/drop_sharded_collections.py')
-rw-r--r--buildscripts/resmokelib/testing/hooks/drop_sharded_collections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/testing/hooks/drop_sharded_collections.py b/buildscripts/resmokelib/testing/hooks/drop_sharded_collections.py
index 9a5f15715b1..73dbe869f5e 100644
--- a/buildscripts/resmokelib/testing/hooks/drop_sharded_collections.py
+++ b/buildscripts/resmokelib/testing/hooks/drop_sharded_collections.py
@@ -2,7 +2,7 @@
import os.path
-from . import jsfile
+from buildscripts.resmokelib.testing.hooks import jsfile
class DropShardedCollections(jsfile.JSHook):