qutebrowser/qutebrowser/config/parsers
Ryan Roden-Corrent 051a00804b Use regular dict in get_reverse_bindings_for.
Returning a defaultdict made the caller's code look confusing, as it
wasn't clear why there wouldn't be a Keyerror in some cases. Instead,
let the caller explicitly use `get`.
2016-08-10 06:56:44 -04:00
..
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
ini.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
keyconf.py Use regular dict in get_reverse_bindings_for. 2016-08-10 06:56:44 -04:00