all loaded backends are now configured (refs #368)

This commit is contained in:
Romain Bignon 2010-08-19 22:13:01 +02:00
commit 9581fa0b19
15 changed files with 17 additions and 45 deletions

View file

@ -29,7 +29,7 @@ class QHaveSex(QtApplication):
def main(self, argv):
self.create_storage(self.STORAGE_FILENAME)
self.load_configured_backends(ICapDating)
self.load_backends(ICapDating)
self.main_window = MainWindow(self.config, self.weboob)
self.main_window.show()