diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-21 07:06:06 +0000 | 
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-21 07:06:06 +0000 | 
| commit | a7ec9960d9c2ddbc3f52571049112fca14fafdd1 (patch) | |
| tree | 7fa4f53507c306c5834a6989cd0bfc9d2180c99a /lang/python15/files/Setup | |
| parent | netscape wants X. Give it. (diff) | |
Enable the parser module.
Submitted by:	nectar
Notes
Notes:
    svn path=/head/; revision=18916
Diffstat (limited to 'lang/python15/files/Setup')
| -rw-r--r-- | lang/python15/files/Setup | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lang/python15/files/Setup b/lang/python15/files/Setup index e804c4266748..ab99f09c16a5 100644 --- a/lang/python15/files/Setup +++ b/lang/python15/files/Setup @@ -362,7 +362,7 @@ bsddb bsddbmodule.o  binascii binascii.c  # Fred Drake's interface to the Python parser. -#parser parsermodule.c +parser parsermodule.c  # Digital Creations' cStringIO and cPickle  cStringIO cStringIO.c | 
