Enable the parser module.

Submitted by:	nectar
This commit is contained in:
Thomas Gellekum
1999-05-21 07:06:06 +00:00
parent 690723a9a2
commit a7ec9960d9
30 changed files with 30 additions and 15 deletions

View File

@@ -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