mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
remove references to deleted dbus code
In commit 06847efbeef3fc52501222f8d7afcb19f9d853f2 the init_dbus function got removed due to not being needed in jeepney. But it still got imported and run in a manually launched __main__ test.
This commit is contained in:
parent
1ba7e41464
commit
1423dfbbbe
@ -433,8 +433,6 @@ class Preferences(QDialog):
|
||||
|
||||
if __name__ == '__main__':
|
||||
from calibre.gui2 import Application
|
||||
from calibre.gui_launch import init_dbus
|
||||
init_dbus()
|
||||
app = Application([])
|
||||
app
|
||||
gui = init_gui()
|
||||
|
Loading…
x
Reference in New Issue
Block a user