From 878a67e501f35e700cd03c7d2f60376b61898b63 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 23 Jul 2018 21:30:49 +0200 Subject: Make KeyDict still inherit from dict --- poezio/core/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poezio/core/core.py b/poezio/core/core.py index 4d62da93..ee1025e8 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -1934,7 +1934,7 @@ class Core: self.refresh_window() -class KeyDict(Dict[str, Callable]): +class KeyDict(dict): """ A dict, with a wrapper for get() that will return a custom value if the key starts with _exc_ -- cgit v1.2.3