From: Finn B. <bc...@us...> - 2001-07-23 19:29:28
|
Update of /cvsroot/jython/bugtests In directory usw-pr-cvs1:/tmp/cvs-serv30099 Added Files: test305.py test305m.PY Log Message: Test whether the case of the .PY excetion matters for module import. --- NEW FILE: test305.py --- """ Test that the case of the module extension does not matter. """ import support import test305m --- NEW FILE: test305m.PY --- foo = 1 |