supybot: Remove extraneous sys.stdin.close()

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2010-06-20 09:40:57 -04:00
parent f926804f40
commit 0e22e218f0
1 changed files with 0 additions and 1 deletions

View File

@ -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()