Merge "move exceptions.py to common"

This commit is contained in:
Jenkins 2015-11-10 07:39:23 +00:00 committed by Gerrit Code Review
commit a5fd93b014
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import oslo_messaging as messaging
from oslo_serialization import jsonutils
from evoque.common import context as evoque_context
from evoque import exceptions
from evoque.common import exceptions
CONF = cfg.CONF