diff options
Diffstat (limited to 'oslo_utils/tests/test_fnmatch.py')
-rw-r--r-- | oslo_utils/tests/test_fnmatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_utils/tests/test_fnmatch.py b/oslo_utils/tests/test_fnmatch.py index 2c94dea..ae8415e 100644 --- a/oslo_utils/tests/test_fnmatch.py +++ b/oslo_utils/tests/test_fnmatch.py @@ -16,8 +16,8 @@ import fnmatch as standard_fnmatch import ntpath import posixpath import sys +from unittest import mock -import mock from oslotest import base import six |