I hate it when exception handlers cause unhandled exceptions.
Cheers,
Matt
? anaconda-import-log.patch
Index: exception.py
===================================================================
RCS file: /usr/local/CVS/anaconda/exception.py,v
retrieving revision 1.37
diff -u -r1.37 exception.py
--- exception.py 29 Jul 2003 20:54:27 -0000 1.37
+++ exception.py 31 Jan 2005 20:20:39 -0000
@@ -25,6 +25,7 @@
from string import joinfields
from cPickle import Pickler
from rhpl.translate import _
+from rhpl.log import log
from flags import flags
dumpHash = {}