core: some cleanup for core/init and doctor; fix issue with compileall

This commit is contained in:
Dima Gerasimov 2022-06-02 10:11:00 +01:00 committed by karlicoss
parent 9461df6aa5
commit 186f561018
3 changed files with 71 additions and 66 deletions

View file

@ -9,7 +9,7 @@ This file is used for:
- mypy: this file provides some type annotations
- for loading the actual user config
'''
#### vvvv you won't need this VVV in your personal config
#### NOTE: you won't need this line VVVV in your personal config
from my.core import init
###