From: <otm...@us...> - 2008-10-31 17:23:29
|
Revision: 5539 http://jython.svn.sourceforge.net/jython/?rev=5539&view=rev Author: otmarhumbel Date: 2008-10-31 17:23:18 +0000 (Fri, 31 Oct 2008) Log Message: ----------- UserDict.py is also needed for a mimimum start of jython (on Windows) Modified Paths: -------------- trunk/installer/src/java/org/python/util/install/JarInstaller.java Modified: trunk/installer/src/java/org/python/util/install/JarInstaller.java =================================================================== --- trunk/installer/src/java/org/python/util/install/JarInstaller.java 2008-10-31 17:07:03 UTC (rev 5538) +++ trunk/installer/src/java/org/python/util/install/JarInstaller.java 2008-10-31 17:23:18 UTC (rev 5539) @@ -241,6 +241,7 @@ coreLibFiles.add("stat.py"); coreLibFiles.add("string.py"); coreLibFiles.add("threading.py"); + coreLibFiles.add("UserDict.py"); coreLibFiles.add("zipfile.py"); coreLibFiles.add("zlib.py"); return coreLibFiles; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |