mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
supybot: Remove extraneous sys.stdin.close()
Signed-off-by: James Vega <jamessan@users.sourceforge.net> (cherry picked from commit 0e22e218f0d48d82eb7728a7cd3c1bb4ef052b80)
This commit is contained in:
parent
0f877166ad
commit
31d5191dcd
@ -270,7 +270,6 @@ if __name__ == '__main__':
|
|||||||
sys.stdin.close()
|
sys.stdin.close()
|
||||||
# Closing these two might cause problems; we log writes to them as
|
# Closing these two might cause problems; we log writes to them as
|
||||||
# level WARNING on upkeep.
|
# level WARNING on upkeep.
|
||||||
sys.stdin.close()
|
|
||||||
sys.stdout.close()
|
sys.stdout.close()
|
||||||
sys.stderr.close()
|
sys.stderr.close()
|
||||||
sys.stdout = StringIO.StringIO()
|
sys.stdout = StringIO.StringIO()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user