summaryrefslogtreecommitdiff
path: root/pexpect/fdpexpect.py
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2006-03-01 07:48:27 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2006-03-01 07:48:27 +0000
commitfe116a882e3d5bb9d90211f41c8feac57597df37 (patch)
tree712916166096c9ca80dfc54d36e869887ffdf97e /pexpect/fdpexpect.py
parent460469974979b17847862c78e66f5a30e5d0a725 (diff)
downloadpexpect-fe116a882e3d5bb9d90211f41c8feac57597df37.tar.gz
rleased 2.1beta. Added INSTALL file. A Few last minute tweaks
to __all__ for fdpexpect.py.
Diffstat (limited to 'pexpect/fdpexpect.py')
-rw-r--r--pexpect/fdpexpect.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pexpect/fdpexpect.py b/pexpect/fdpexpect.py
index e29f5f4..687c5ce 100644
--- a/pexpect/fdpexpect.py
+++ b/pexpect/fdpexpect.py
@@ -5,6 +5,8 @@ TODO: This is BETA. When it gets stable I will move it into the pexpect.py file.
from pexpect import *
import os
+__all__ = ['fdspawn'[
+
class fdspawn (spawn):
"""This is like pexpect.spawn but allows you to supply your own,
already open file descriptor. For example, you could use it to