diff options
| author | Yun Mao <yunmao@gmail.com> | 2012-05-24 15:37:57 -0400 |
|---|---|---|
| committer | Yun Mao <yunmao@gmail.com> | 2012-05-24 16:26:08 -0400 |
| commit | 5e487678424ce099261ea53d55d3d8976273f01f (patch) | |
| tree | 401cb640dc7472134f9e93600b76762eb18d8b37 /nova/virt | |
| parent | d7eef34fdea8f94068dd2d745cba1ae493af61a9 (diff) | |
fixes bug 1004153
fixes save_and_reraise_exception call to the right module and removes unused import.
Change-Id: I3e6472fe5ade0cc0c155b73b97c8aabbf9b21398
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/driver.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/virt/driver.py b/nova/virt/driver.py index 1a7326675..57f7940ad 100644 --- a/nova/virt/driver.py +++ b/nova/virt/driver.py @@ -23,8 +23,6 @@ Driver base-classes: """ from nova.compute import power_state -from nova import context as nova_context -from nova import db from nova import flags from nova import log as logging |
