mirror of
https://github.com/gryf/wicd.git
synced 2026-01-06 05:44:18 +01:00
Don't use dbusmanager.DBusException--it doesn't exist.
This commit is contained in:
@@ -753,7 +753,7 @@ def on_exit():
|
||||
if DBUS_AVAIL:
|
||||
try:
|
||||
daemon.SetGUIOpen(False)
|
||||
except dbusmanager.DBusException:
|
||||
except DBusException:
|
||||
pass
|
||||
|
||||
def handle_no_dbus():
|
||||
|
||||
Reference in New Issue
Block a user