summaryrefslogtreecommitdiff
path: root/lang/python27/files/Setup
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-05-21 07:06:06 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-05-21 07:06:06 +0000
commita7ec9960d9c2ddbc3f52571049112fca14fafdd1 (patch)
tree7fa4f53507c306c5834a6989cd0bfc9d2180c99a /lang/python27/files/Setup
parentnetscape wants X. Give it. (diff)
Enable the parser module.
Submitted by: nectar
Notes
Notes: svn path=/head/; revision=18916
Diffstat (limited to 'lang/python27/files/Setup')
-rw-r--r--lang/python27/files/Setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/Setup b/lang/python27/files/Setup
index e804c4266748..ab99f09c16a5 100644
--- a/lang/python27/files/Setup
+++ b/lang/python27/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