Moved stuff away from core. Made component interface more uniform.
This commit is contained in:
parent
b387f9d9d7
commit
0fc3d359cb
13 changed files with 302 additions and 158 deletions
|
@ -134,7 +134,7 @@ def from_config_file(config_path):
|
|||
add_status("Downloader", downloader.setup(
|
||||
bus, get_opt("downloader", "download_dir")))
|
||||
|
||||
add_status("General", general.setup(bus, statemachine))
|
||||
add_status("General", general.setup(bus))
|
||||
|
||||
if has_section('browser'):
|
||||
add_status("Browser", load_module('browser').setup(bus))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue