summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2007-07-12 22:23:15 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2007-07-12 22:23:15 +0000
commit1ef4ec5d9166a6f54f81a631d00f10738cef8638 (patch)
tree5b42f8db73a0cd71199bb983dcaaa8e4d26af9b0
parentf49ddfe8444aea83767b0b53aa278263bf01ee24 (diff)
downloadpexpect-1ef4ec5d9166a6f54f81a631d00f10738cef8638.tar.gz
Typo.
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@485 656d521f-e311-0410-88e0-e7920216d269
-rw-r--r--pexpect/setup.py.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/setup.py.template b/pexpect/setup.py.template
index 23036f4..f24776f 100644
--- a/pexpect/setup.py.template
+++ b/pexpect/setup.py.template
@@ -5,7 +5,7 @@ $Date$
from distutils.core import setup
setup (name='pexpect',
version='VERSION',
- py_modules=['pexpect', 'pxssh', 'fdpexpect', 'FSM.py', 'screen.py', 'ANSI.py'],
+ py_modules=['pexpect', 'pxssh', 'fdpexpect', 'FSM', 'screen', 'ANSI'],
description='Pexpect is a pure Python Expect. It allows easy control of other applications.',
author='Noah Spurrier',
author_email='noah@noah.org',