summaryrefslogtreecommitdiff
path: root/tests/cachekey/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cachekey/update.py')
-rwxr-xr-xtests/cachekey/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cachekey/update.py b/tests/cachekey/update.py
index d574d07b3..3e0924925 100755
--- a/tests/cachekey/update.py
+++ b/tests/cachekey/update.py
@@ -13,7 +13,7 @@
#
import os
import tempfile
-from tests.testutils.runcli import Cli
+from buildstream.plugintestutils.runcli import Cli
# This weird try / except is needed, because this will be imported differently
# when pytest runner imports them vs when you run the updater directly from