diff options
Diffstat (limited to 'heatclient/common')
-rw-r--r-- | heatclient/common/hook_utils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/common/hook_utils.py b/heatclient/common/hook_utils.py index c877f23..0dfe63e 100644 --- a/heatclient/common/hook_utils.py +++ b/heatclient/common/hook_utils.py @@ -10,9 +10,10 @@ # License for the specific language governing permissions and limitations # under the License. -import fnmatch import logging +from oslo_utils import fnmatch + import heatclient.exc as exc from heatclient.openstack.common._i18n import _ |