diff --git a/manila/share/drivers/emc/plugins/unity/utils.py b/manila/share/drivers/emc/plugins/unity/utils.py index 693c12c1..41ac248b 100644 --- a/manila/share/drivers/emc/plugins/unity/utils.py +++ b/manila/share/drivers/emc/plugins/unity/utils.py @@ -14,7 +14,7 @@ # under the License. """ Utility module for EMC Unity Manila Driver """ -import fnmatch +from oslo_utils import fnmatch def do_match(full, matcher_list):