Merge "Switch to use stable data_utils"

This commit is contained in:
Jenkins 2017-03-08 21:16:04 +00:00 committed by Gerrit Code Review
commit 90adb67748
1 changed files with 1 additions and 1 deletions

View File

@ -15,9 +15,9 @@
# under the License.
from tempest.api.volume import base as volume_base
from tempest.common.utils import data_utils
from tempest.common import waiters
from tempest import config
from tempest.lib.common.utils import data_utils
CONF = config.CONF