Make KeyDict still inherit from dict

This commit is contained in:
mathieui 2018-07-23 21:30:49 +02:00
parent ec05954420
commit 878a67e501
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -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_