qutebrowser/qutebrowser/config
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
..
parsers Avoid keyconf circular import. 2017-06-19 07:42:12 -04:00
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
config.py Avoid keyconf circular import. 2017-06-19 07:42:12 -04:00
configdata.py Add private mode title format for tabs too 2017-06-07 08:17:03 -07:00
configexc.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
configtypes.py Get rid of configtypes.WebKitBytes 2017-06-06 16:17:44 +02:00
sections.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
style.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
textwrapper.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
value.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
websettings.py websettings: Improve errors when setting settings=... 2017-06-06 15:59:42 +02:00