In particular, tries to load configuration when no argument is given. Also removes unused check option from load_conf.main
parent
f6e0412306
commit
a5466c940e
@ -1,2 +1,3 @@
|
||||
from .conf import get_confpath, load_default_conf, load_conf, save_conf, check_conf
|
||||
from .conf import (get_confpath, load_default_conf, load_conf, save_conf,
|
||||
check_conf, ConfigurationNotFound)
|
||||
from .conf import default_open_cmd, post_process_conf
|
||||
|
Loading…
Reference in new issue