Merge "use thread safe fnmatch"
This commit is contained in:
commit
669bcd1557
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user