6cc2095221
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. |
||
---|---|---|
.. | ||
parsers | ||
__init__.py | ||
config.py | ||
configdata.py | ||
configexc.py | ||
configtypes.py | ||
sections.py | ||
style.py | ||
textwrapper.py | ||
value.py | ||
websettings.py |