summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pexpect/pty_spawn.py2
-rw-r--r--pexpect/replwrap.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/pexpect/pty_spawn.py b/pexpect/pty_spawn.py
index 09c008b..1d9554b 100644
--- a/pexpect/pty_spawn.py
+++ b/pexpect/pty_spawn.py
@@ -2,10 +2,8 @@ import os
import sys
import time
import select
-import re
import pty
import tty
-import termios
import errno
import signal
from contextlib import contextmanager
diff --git a/pexpect/replwrap.py b/pexpect/replwrap.py
index 83a09c2..5114a85 100644
--- a/pexpect/replwrap.py
+++ b/pexpect/replwrap.py
@@ -3,7 +3,6 @@
import os.path
import signal
import sys
-import re
import pexpect