summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2014-03-16 22:45:08 -0700
committerjquast <contact@jeffquast.com>2014-03-16 22:45:08 -0700
commit3f2ecd9264e9d8987016c33dcff22e230d31f96f (patch)
treee3f3077aff604fa8b3ee7719a3f5842209db85a3
parent0b0120f6077bd8c0dd432413b2da6114eed9c763 (diff)
downloadpexpect-3f2ecd9264e9d8987016c33dcff22e230d31f96f.tar.gz
remove nil statement
-rw-r--r--pexpect/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pexpect/__init__.py b/pexpect/__init__.py
index 139a6a9..1b77d33 100644
--- a/pexpect/__init__.py
+++ b/pexpect/__init__.py
@@ -831,7 +831,6 @@ class spawn(object):
p.expect(['wxyz'])
'''
- self.child_fd
attr = termios.tcgetattr(self.child_fd)
if state:
attr[3] = attr[3] | termios.ECHO