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/supermalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/supermalloc.py') diff --git a/src/allocators/supermalloc.py b/src/allocators/supermalloc.py index a8b5789..bea839a 100644 --- a/src/allocators/supermalloc.py +++ b/src/allocators/supermalloc.py @@ -19,4 +19,4 @@ class SuperMalloc (src.allocator.Allocator): super().__init__(name, **kwargs) -supermalloc = SuperMalloc("SuperMalloc") +supermalloc = SuperMalloc("SuperMalloc", color="xkcd:lime") -- cgit v1.2.3