summaryrefslogtreecommitdiff
path: root/pexpect
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2007-03-05 18:29:03 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2007-03-05 18:29:03 +0000
commita326bc7b152580325bd59efcb486435d2af72abf (patch)
treef6eaca5765235304707a0aadaaa0eb22fa3c9f00 /pexpect
parent1cbd5a891a5dc8d879361033fb717b57fad780d9 (diff)
downloadpexpect-a326bc7b152580325bd59efcb486435d2af72abf.tar.gz
Got rid of two comment lines.
Diffstat (limited to 'pexpect')
-rw-r--r--pexpect/pxssh.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pexpect/pxssh.py b/pexpect/pxssh.py
index 1d5281a..c12e871 100644
--- a/pexpect/pxssh.py
+++ b/pexpect/pxssh.py
@@ -68,8 +68,6 @@ class pxssh (spawn):
s.login (hostname, username, password)
"""
-# Python's super is super annoying.
-# http://mail.python.org/pipermail/python-list/2006-February/325485.html
def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None):
spawn.__init__(self, None, timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, logfile=logfile, cwd=cwd, env=env)