diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-02-07 15:07:50 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-02-07 15:07:50 +0000 |
commit | 83f0a5fc4c6af74777c5aa95ceba6277342edd64 (patch) | |
tree | 50fb44a7f31e18d6a4375fde2b38c7641a76470c /exception.py | |
parent | bec0b8173f51bdeb850c24d46681de06288812a7 (diff) | |
download | anaconda-83f0a5fc4c6af74777c5aa95ceba6277342edd64.tar.gz anaconda-83f0a5fc4c6af74777c5aa95ceba6277342edd64.tar.xz anaconda-83f0a5fc4c6af74777c5aa95ceba6277342edd64.zip |
2005-02-07 Matt Wilson <msw@specifixinc.com>
* exception.py: Import log handler
Diffstat (limited to 'exception.py')
-rw-r--r-- | exception.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exception.py b/exception.py index 715f0a172..0ec925955 100644 --- a/exception.py +++ b/exception.py @@ -25,6 +25,7 @@ import rpm from string import joinfields from cPickle import Pickler from rhpl.translate import _ +from rhpl.log import log from flags import flags dumpHash = {} |