1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-01 06:05:47 +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: if DBUS_AVAIL:
try: try:
daemon.SetGUIOpen(False) daemon.SetGUIOpen(False)
except dbusmanager.DBusException: except DBusException:
pass pass
def handle_no_dbus(): def handle_no_dbus():