Use stdlib fnmatch module
oslo.utils fnmatch module has been deprecated [1].
[1]4c893c92f5
Change-Id: Ib33ff22fdd0ec8ceb0b2d4f7ae7ec581e9d998b4
This commit is contained in:
parent
cdabffd002
commit
4fe338cafb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user