Move backend.__about__ stuff into __init__

This commit is contained in:
miruka
2019-12-18 06:55:05 -04:00
parent 9e372d01d5
commit 87b262ebee
6 changed files with 12 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ Python {
addImportPath("src")
addImportPath("qrc:/src")
importNames("backend", ["BRIDGE"], () => {
importNames("backend.qml_bridge", ["BRIDGE"], () => {
loadSettings(() => {
callCoro("saved_accounts.any_saved", [], any => {
if (any) { py.callCoro("load_saved_accounts", []) }