Raise an error if image is missing on compute

This commit is contained in:
Julien Duponchelle
2016-06-07 15:34:04 +02:00
parent dcebaf61b8
commit d8bdd16e13
23 changed files with 108 additions and 108 deletions

View File

@ -19,7 +19,7 @@
Custom exceptions for the VMware module.
"""
from ..node_error import NodeError
from ..error import NodeError
class VMwareError(NodeError):