From 383df3e024a52b6152ae33ae122ec977ac53cec0 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 28 Apr 2019 22:54:12 +0200 Subject: start moving allocator definitions to src/allocators --- bench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench.py') diff --git a/bench.py b/bench.py index 023614e..685ff80 100755 --- a/bench.py +++ b/bench.py @@ -102,7 +102,7 @@ def main(): else: print_status("Using system-wide installed allocators ...") # Normal import fails - importlib.import_module('src.allocators') + importlib.import_module('src.allocators.installed_allocators') print_info("Allocators:", *src.globalvars.allocators.keys()) -- cgit v1.2.3