From 51310acce858b34b8131c560cb430d86cd7624b4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 1 Jul 2019 13:45:06 +0200 Subject: add default colors to included allocators --- src/allocators/llalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/llalloc.py') diff --git a/src/allocators/llalloc.py b/src/allocators/llalloc.py index 073899c..84d4926 100644 --- a/src/allocators/llalloc.py +++ b/src/allocators/llalloc.py @@ -21,5 +21,5 @@ class Lockless_Allocator (Allocator): super().__init__(name, **kwargs) -llalloc = Lockless_Allocator("llalloc") +llalloc = Lockless_Allocator("llalloc", color="purple") -- cgit v1.2.3