config: move code from __init__.py into cli.py
This commit is contained in:
parent
777b3172d8
commit
33f4a81981
28 changed files with 33 additions and 31 deletions
|
@ -4,7 +4,7 @@ import pytest
|
|||
|
||||
from glob import glob
|
||||
|
||||
from config import config, CONFIG_DEFAULTS
|
||||
from config.state import config, CONFIG_DEFAULTS
|
||||
from constants import SRCINFO_METADATA_FILE
|
||||
from exec.file import get_temp_dir
|
||||
from logger import setup_logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue