From 0e22e218f0d48d82eb7728a7cd3c1bb4ef052b80 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 20 Jun 2010 09:40:57 -0400 Subject: [PATCH] supybot: Remove extraneous sys.stdin.close() Signed-off-by: James Vega --- scripts/supybot | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/supybot b/scripts/supybot index 8b974b910..7f1953776 100644 --- a/scripts/supybot +++ b/scripts/supybot @@ -263,7 +263,6 @@ if __name__ == '__main__': sys.stdin.close() # Closing these two might cause problems; we log writes to them as # level WARNING on upkeep. - sys.stdin.close() sys.stdout.close() sys.stderr.close() sys.stdout = StringIO.StringIO()