diff options
Diffstat (limited to 'nova/exception.py')
-rw-r--r-- | nova/exception.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/exception.py b/nova/exception.py index c3e1fe39e..ee5c482a0 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -84,8 +84,6 @@ def wrap_exception(notifier=None, publisher_id=None, event_type=None, # TODO(sandy): Find a way to import nova.notifier.api so we don't have # to pass it in as a parameter. Otherwise we get a cyclic import of # nova.notifier.api -> nova.utils -> nova.exception :( - # TODO(johannes): Also, it would be nice to use - # utils.save_and_reraise_exception() without an import loop def inner(f): def wrapped(*args, **kw): try: |