diff options
| -rwxr-xr-x | bench.py | 2 | ||||
| -rw-r--r-- | src/allocators/installed_allocators.py (renamed from src/allocators.py) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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()) diff --git a/src/allocators.py b/src/allocators/installed_allocators.py index 26fab5b..26fab5b 100644 --- a/src/allocators.py +++ b/src/allocators/installed_allocators.py |
