Merge "Replace oslo_utils.fnmatch with fnmatch"

This commit is contained in:
Zuul 2021-07-07 20:19:30 +00:00 committed by Gerrit Code Review
commit 6c329e1a80
2 changed files with 3 additions and 2 deletions

View File

@ -13,11 +13,11 @@
# License for the specific language governing permissions and limitations
# under the License.
import fnmatch
import types
from oslo_config import cfg
from oslo_log import log
from oslo_utils import fnmatch
from oslo_utils import netutils
from oslo_utils import timeutils
from oslo_utils import units

View File

@ -14,8 +14,9 @@
# under the License.
""" Utility module for EMC Unity Manila Driver """
import fnmatch
from oslo_log import log
from oslo_utils import fnmatch
from oslo_utils import units
from manila import exception