Fix 'SystemError: error return without exception set'
commita6aba2cfe0ceb517220d4660bd888a763c82bc9c
authorFredrik Kuivinen <freku045@student.liu.se>
Sat, 8 Oct 2005 08:21:09 +0000 (8 10:21 +0200)
committerFredrik Kuivinen <freku045@student.liu.se>
Sat, 8 Oct 2005 08:21:09 +0000 (8 10:21 +0200)
treee09be831e6abca0d58be937a079b6d522c56b3af
parent395eaf5f07c8d563a396ae3aebab9437865ecbe8
Fix 'SystemError: error return without exception set'

Python 2.4 seems to handle exceptions during module imports differently
compared to Python 2.3. This commit seems to get rid of some (spurious?)
exceptions. If we get an exception we will at least get a usable back trace
now.

Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
buildMain.py
ctcore.py
main.py