Package: python-pexpect
Version: 2.1-1
Tags: patch

ANSI.py and FSM.py are documented in 2.1-1 but not included in the package.

Patch below corrects it.


--- setup.py.orig       2007-01-18 10:54:21.000000000 -0600
+++ setup.py    2007-01-18 10:54:36.000000000 -0600
@@ -5,7 +5,7 @@
 from distutils.core import setup
 setup (name='pexpect',
     version='2.1',
-    py_modules=['pexpect', 'pxssh', 'fdpexpect'],
+    py_modules=['pexpect', 'pxssh', 'fdpexpect', 'FSM', 'ANSI'],
     description='Pexpect is a pure Python Expect. It allows easy control of 
other applications.',
     author='Noah Spurrier',
     author_email='[EMAIL PROTECTED]',




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to