/[fenfire]/fenfire/org/fenfire/test/test.py
ViewVC logotype

Diff of /fenfire/org/fenfire/test/test.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by tjl, Wed Mar 26 18:15:10 2003 UTC revision 1.7 by tjl, Sun Apr 6 10:20:32 2003 UTC
# Line 174  def startGraphicsAPI(dirs): Line 174  def startGraphicsAPI(dirs):
174              for exc in exceptions:              for exc in exceptions:
175                  print 75 * '-'                  print 75 * '-'
176                  traceback.print_exception(*exc['exception'])                  traceback.print_exception(*exc['exception'])
177                    if isinstance(exc["exception"][1], java.lang.Throwable):
178                        exc["exception"][1].printStackTrace()
179    
180              print 75 * '-'              print 75 * '-'
181              print              print

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26