Skip to content
Prev Previous commit
Next Next commit
Remove some comments.
Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
  • Loading branch information
8vasu committed Oct 26, 2020
commit 26c092820366ba417027109ca98c0ce1cf44f165
4 changes: 0 additions & 4 deletions Lib/test/test_pty.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
import_module('termios')

import errno
# try:
# import pty2 as pty
# except ModuleNotFoundError:
# import pty
import pty
import os
import sys
Expand Down