diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-02-22 15:50:42 -0800 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-02-22 15:50:42 -0800 |
| commit | e8a3f461319c1ee20a18f3a375af5e1e958af05e (patch) | |
| tree | c5cf59f0afed7e8ff82699789910309b9ba7234f | |
| parent | f4289df0e58080d6d9fa381915bbd0d29f3b9751 (diff) | |
Missing import for nova.exceptions (!)
| -rw-r--r-- | nova/network/api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/network/api.py b/nova/network/api.py index bf43acb51..4ee1148cb 100644 --- a/nova/network/api.py +++ b/nova/network/api.py @@ -21,6 +21,7 @@ Handles all requests relating to instances (guest vms). """ from nova import db +from nova import exception from nova import flags from nova import log as logging from nova import quota |
