cwctl.py
changeset 10736 8d49849ec2a6
parent 10662 10942ed172de
child 11104 269317987dc6
--- a/cwctl.py	Tue Sep 22 15:42:40 2015 +0200
+++ b/cwctl.py	Wed Sep 30 16:14:29 2015 +0200
@@ -1139,8 +1139,6 @@
 def run(args):
     """command line tool"""
     import os
-    sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0)
-    sys.stderr = os.fdopen(sys.stderr.fileno(), 'w', 0)
     filterwarnings('default', category=DeprecationWarning)
     cwcfg.load_cwctl_plugins()
     try: