qutebrowser/qutebrowser/config/parsers
Ryan Roden-Corrent 6cc2095221 Avoid keyconf circular import.
The new function-based completion API introduced a circular import:
config -> keyconf -> miscmodels -> config.

config only depended on keyconf so it could initialize it as part of
config.init. This can be resolved by moving this to keyconf.init and
initializing keyconf as part of app.init.
2017-06-19 07:42:12 -04:00
..
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
ini.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
keyconf.py Avoid keyconf circular import. 2017-06-19 07:42:12 -04:00