Moved stuff away from core. Made component interface more uniform.

This commit is contained in:
Paulus Schoutsen 2014-01-23 22:03:13 -08:00
parent b387f9d9d7
commit 0fc3d359cb
13 changed files with 302 additions and 158 deletions

View file

@ -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))