fix import error

Change-Id: Ifcde995130486c859e6a9ce23e47a89910187732
This commit is contained in:
Eyal 2017-07-30 13:00:05 +03:00
parent 4be05a297c
commit e042afccc1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from oslo_log import log as logging
from vitrage_tempest_tests.tests.api.topology.base import BaseTopologyTest
import vitrage_tempest_tests.tests.utils as utils
from vitrageclient.exc import ClientException
from vitrageclient.exceptions import ClientException
import unittest