summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2011-02-22 15:50:42 -0800
committerJustin Santa Barbara <justin@fathomdb.com>2011-02-22 15:50:42 -0800
commite8a3f461319c1ee20a18f3a375af5e1e958af05e (patch)
treec5cf59f0afed7e8ff82699789910309b9ba7234f
parentf4289df0e58080d6d9fa381915bbd0d29f3b9751 (diff)
Missing import for nova.exceptions (!)
-rw-r--r--nova/network/api.py1
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