Fix a few indentation screw ups
This commit is contained in:
@@ -755,7 +755,7 @@ class NMClientApp:
|
||||
if iface == NM_IFACE and mem in self._sig_handlers.keys():
|
||||
return
|
||||
|
||||
logging.debug('Caught signal %s.%s' % (dbus_message.get_interface(), mem))
|
||||
logging.debug('Caught signal %s.%s' % (dbus_message.get_interface(), mem))
|
||||
for arg in args:
|
||||
logging.debug(' ' + str(arg))
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ class WEPKeyDialog(gtk.Dialog):
|
||||
is_hex = False
|
||||
|
||||
valid_len = (len(key) == 10 or len(key) == 26)
|
||||
self.set_response_sensitive(gtk.RESPONSE_OK, is_hex and valid_len)
|
||||
self.set_response_sensitive(gtk.RESPONSE_OK, is_hex and valid_len)
|
||||
|
||||
if __name__ == "__main__":
|
||||
dialog = WEPKeyDialog()
|
||||
|
||||
Reference in New Issue
Block a user