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/python23/files/Setup | |
parent | 690723a9a2707bcf283b4fc33afd3ed66f232f65 (diff) | |
download | ports-a7ec9960d9c2ddbc3f52571049112fca14fafdd1.tar.gz ports-a7ec9960d9c2ddbc3f52571049112fca14fafdd1.zip |
Enable the parser module.
Submitted by: nectar
Notes
Notes:
svn path=/head/; revision=18916
Diffstat (limited to 'lang/python23/files/Setup')
-rw-r--r-- | lang/python23/files/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python23/files/Setup b/lang/python23/files/Setup index e804c4266748..ab99f09c16a5 100644 --- a/lang/python23/files/Setup +++ b/lang/python23/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 |