From: Finn B. <bc...@us...> - 2001-08-11 10:21:48
|
Update of /cvsroot/jython/bugtests In directory usw-pr-cvs1:/tmp/cvs-serv21321 Modified Files: test313c.py Log Message: Made it clearer that the method shouldn't be called. Index: test313c.py =================================================================== RCS file: /cvsroot/jython/bugtests/test313c.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** test313c.py 2001/08/06 17:53:54 1.1 --- test313c.py 2001/08/11 10:21:45 1.2 *************** *** 6,10 **** from xml.sax.handler import feature_namespaces ! def jythonc(): import xml.sax.drivers2.drv_xmlproc import encodings.utf_16_be --- 6,10 ---- from xml.sax.handler import feature_namespaces ! def dummy_jythonc(): import xml.sax.drivers2.drv_xmlproc import encodings.utf_16_be |