From: Finn B. <bc...@us...> - 2001-11-19 18:55:05
|
Update of /cvsroot/jython/jython/installer In directory usw-pr-cvs1:/tmp/cvs-serv13522 Modified Files: mklist.py Log Message: Use local copies of random.py and imaplib.py. Index: mklist.py =================================================================== RCS file: /cvsroot/jython/jython/installer/mklist.py,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** mklist.py 2001/10/06 21:26:32 1.22 --- mklist.py 2001/11/19 18:55:00 1.23 *************** *** 92,96 **** 'htmllib.py', 'httplib.py', ! 'imaplib.py', 'imghdr.py', 'keyword.py', --- 92,96 ---- 'htmllib.py', 'httplib.py', ! #'imaplib.py', 'imghdr.py', 'keyword.py', *************** *** 120,124 **** 'pyclbr.py', 'quopri.py', ! 'random.py', 'reconvert.py', 'repr.py', --- 120,124 ---- 'pyclbr.py', 'quopri.py', ! #'random.py', 'reconvert.py', 'repr.py', |