summaryrefslogtreecommitdiff
path: root/bench/workgen/runner/runner/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench/workgen/runner/runner/__init__.py')
-rw-r--r--bench/workgen/runner/runner/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/workgen/runner/runner/__init__.py b/bench/workgen/runner/runner/__init__.py
index 67b547bc51b..ed21fffe8dc 100644
--- a/bench/workgen/runner/runner/__init__.py
+++ b/bench/workgen/runner/runner/__init__.py
@@ -88,5 +88,5 @@ except:
shutil.rmtree('WT_TEST', True)
os.mkdir('WT_TEST')
-from .core import txn, extensions_config
+from .core import txn, extensions_config, op_group_transaction, op_log_like, op_multi_table
from .latency import workload_latency