1
0
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:
Dan O'Reilly
2009-05-10 13:53:54 -04:00
parent 6e8fde8274
commit 6f9ab00673

View File

@@ -753,7 +753,7 @@ def on_exit():
if DBUS_AVAIL:
try:
daemon.SetGUIOpen(False)
except dbusmanager.DBusException:
except DBusException:
pass
def handle_no_dbus():