diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-03-10 17:17:22 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-03-10 17:17:22 +0000 |
commit | 2d5b8efd45236a4590c247f9712e38c13c95290b (patch) | |
tree | 97f84136834660be8daaff54fa88e0ef67f10b4d /lang/python23 | |
parent | Upgrade to v0.91 (diff) |
Activate some modules needed for zope (www.zope.com).
Submitted by: jkoshy
Notes
Notes:
svn path=/head/; revision=17130
Diffstat (limited to 'lang/python23')
-rw-r--r-- | lang/python23/files/Setup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python23/files/Setup b/lang/python23/files/Setup index e804c4266748..4d5c2fad8efd 100644 --- a/lang/python23/files/Setup +++ b/lang/python23/files/Setup @@ -313,7 +313,7 @@ curses cursesmodule.c -lncurses -ltermcap # Tommy Burnette's 'new' module (creates new empty objects of certain kinds): -#new newmodule.c +new newmodule.c # Generic (SunOS / SVR4) dynamic loading module. @@ -356,13 +356,13 @@ bsddb bsddbmodule.o # David Wayne Williams' soundex module -#soundex soundex.c +soundex soundex.c # Helper module for various ascii-encoders 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 |