1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +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

@@ -495,8 +495,8 @@ def main(argv):
use_tray = False
# Redirect stderr and stdout for logging purposes
sys.stderr = log
sys.stdout = log
#sys.stderr = log
#sys.stdout = log
# Set up the tray icon GUI and backend
tray_icon = TrayIcon(use_tray)