diff --git a/other/wicd.conf b/other/wicd.conf index 05ab9ab..4004de1 100755 --- a/other/wicd.conf +++ b/other/wicd.conf @@ -25,13 +25,5 @@ - - - - - - - - diff --git a/wicd/monitor.py b/wicd/monitor.py index 9f5be50..7153f9e 100755 --- a/wicd/monitor.py +++ b/wicd/monitor.py @@ -27,6 +27,8 @@ when appropriate. import gobject import time +from dbus import DBusException + from wicd import wpath from wicd import misc from wicd import dbusmanager @@ -167,7 +169,7 @@ class ConnectionStatus(object): from_wireless = False self.auto_reconnect(from_wireless) self.update_state(state) - except dbus.exceptions.DBusException, e: + except DBusException, e: print 'Ignoring DBus Error: ' + str(e) return True