Use stdlib fnmatch module

oslo.utils fnmatch module has been deprecated [1].

[1]4c893c92f5

Change-Id: Ib33ff22fdd0ec8ceb0b2d4f7ae7ec581e9d998b4
This commit is contained in:
Rodolfo Alonso Hernandez 2021-06-25 10:46:50 +00:00
parent cdabffd002
commit 4fe338cafb
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@
# under the License.
import collections
import fnmatch
import glob
import itertools
import os.path
@ -20,7 +21,6 @@ import weakref
from oslo_config import cfg
from oslo_log import log
from oslo_utils import fnmatch
from heat.common import environment_format as env_fmt
from heat.common import exception