change vocabulary
s/module/backend s/backend/configured_backend s/frontend/application
This commit is contained in:
parent
29d28ba175
commit
5c2ab81e16
27 changed files with 347 additions and 347 deletions
|
|
@ -28,7 +28,7 @@ class QHaveSex(QtApplication):
|
|||
STORAGE_FILENAME = 'dating.storage'
|
||||
|
||||
def main(self, argv):
|
||||
self.load_backends(ICapDating, storage=self.create_storage())
|
||||
self.load_configured_backends(ICapDating, storage=self.create_storage())
|
||||
|
||||
self.main_window = MainWindow(self.config, self.weboob)
|
||||
self.main_window.show()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue