summaryrefslogtreecommitdiff
path: root/oslo_utils/fnmatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_utils/fnmatch.py')
-rw-r--r--oslo_utils/fnmatch.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/oslo_utils/fnmatch.py b/oslo_utils/fnmatch.py
index cdbd74e..91f2562 100644
--- a/oslo_utils/fnmatch.py
+++ b/oslo_utils/fnmatch.py
@@ -16,11 +16,9 @@
"""
import fnmatch as standard_fnmatch
-import warnings
import debtcollector
-warnings.simplefilter("always")
debtcollector.deprecate(
"Using the oslo.utils's 'fnmatch' module is deprecated, "
"please use the stdlib 'fnmatch' module."