1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 04:48:00 +01:00

Fix some indentation problems and turned off stdout/stderr redirection in wicd.py since it would break things.

This commit is contained in:
imdano
2007-12-04 12:02:14 +00:00
parent a8a212712c
commit d2c300502e
2 changed files with 3 additions and 3 deletions

View File

@@ -627,7 +627,7 @@ class ConnectionWizard(dbus.service.Object):
# status, if it doesn't, we aren't connecting.
status = self.wifi.connecting_thread.is_connecting
if self.debug_mode == 1:
print 'wireless connecting',status
print 'wireless connecting',status
return status
else:
print 'wireless connecting',False