From: <pj...@us...> - 2009-05-18 05:03:16
|
Revision: 6356 http://jython.svn.sourceforge.net/jython/?rev=6356&view=rev Author: pjenvey Date: 2009-05-18 05:02:53 +0000 (Mon, 18 May 2009) Log Message: ----------- include the probably working smtpd and wsgiref's .egg-info Modified Paths: -------------- trunk/jython/CPythonLib.includes Modified: trunk/jython/CPythonLib.includes =================================================================== --- trunk/jython/CPythonLib.includes 2009-05-18 05:02:19 UTC (rev 6355) +++ trunk/jython/CPythonLib.includes 2009-05-18 05:02:53 UTC (rev 6356) @@ -134,6 +134,7 @@ SimpleXMLRPCServer.py site.py site-packages/README +smtpd.py smtplib.py sndhdr.py SocketServer.py @@ -166,6 +167,7 @@ weakref.py whichdb.py whrandom.py +wsgiref.egg-info wsgiref/*.py xdrlib.py xmllib.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |