33c33
< # This script expects a simple $ prompt, if you are using a shell other than
---
> # This script expects a simple $ prompt, if you are using a shell other than
100c100
< try:
---
> try:
102,104c102,104
< except pexpect.ExceptionPexpect, exc:
< print "%s:" % progname, exc
< sys.exit(1)
---
> except pexpect.ExceptionPexpect, exc:
> print "%s:" % progname, exc
> sys.exit(1)
149c149
<
---
>
151,152c151,152
< # We can't actually kill the pid which is what it's trying to do, and if
< # we call wait we could be in an unfortunate situation of it printing input
---
> # We can't actually kill the pid which is what it's trying to do, and if
> # we call wait we could be in an unfortunate situation of it printing input
159c159
<
---
>