Update of /cvsroot/jython/jython/installer
In directory usw-pr-cvs1:/tmp/cvs-serv24466
Modified Files:
mklist.py
Log Message:
Added the warnings framework.
Index: mklist.py
===================================================================
RCS file: /cvsroot/jython/jython/installer/mklist.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** mklist.py 2001/02/04 14:54:34 1.10
--- mklist.py 2001/02/22 13:08:59 1.11
***************
*** 150,153 ****
--- 150,154 ----
'atexit.py',
'UserString.py',
+ 'warnings.py',
]
|