Switch to non-namespaced module imports

Looks like we missed a few

Change-Id: I803c09170c9dbc9439d71259f6b632c4cbb6037f
This commit is contained in:
Davanum Srinivas
2015-03-12 07:02:46 -04:00
parent 919669542b
commit 5de2c31e9d
10 changed files with 12 additions and 12 deletions

View File

@@ -19,9 +19,9 @@ The VMware API utility module.
import logging
from oslo_utils import timeutils
from suds import sudsobject
from oslo.utils import timeutils
from oslo_vmware._i18n import _LW