Merge "use thread safe fnmatch"

This commit is contained in:
Jenkins 2016-05-02 15:09:47 +00:00 committed by Gerrit Code Review
commit 669bcd1557

View File

@ -15,11 +15,11 @@
"""VNX backend for the EMC Manila driver."""
import copy
import fnmatch
import random
from oslo_log import log
from oslo_utils import excutils
from oslo_utils import fnmatch
from oslo_utils import units
from manila.common import constants as const