summaryrefslogtreecommitdiff
path: root/heatclient/common/hook_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/common/hook_utils.py')
-rw-r--r--heatclient/common/hook_utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/heatclient/common/hook_utils.py b/heatclient/common/hook_utils.py
index c08005c..3e91ae3 100644
--- a/heatclient/common/hook_utils.py
+++ b/heatclient/common/hook_utils.py
@@ -10,10 +10,9 @@
# License for the specific language governing permissions and limitations
# under the License.
+import fnmatch
import logging
-from oslo_utils import fnmatch
-
from heatclient._i18n import _
from heatclient import exc