Catch more exceptions at top level.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 12 Aug 2009 18:58:56 +0000 (20:58 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 13 Aug 2009 09:58:42 +0000 (11:58 +0200)
commitb1d5fde69de3855d95953d8a046c3105df1413bd
treef6515fd9b6eeeaf7d56cdaac1b2b2846b556a3cd
parentb7a99e202b428cf50549b99ae664f1f8f2caeb52
Catch more exceptions at top level.

Previously, a bunch of intialization code was outside of the try,
so any exceptions there would not be shown at all.
src/main.py