use thread safe fnmatch

fnmatch is not thread safe in python <2.7.10, let's use the safe
one in oslo.utils

Change-Id: I332c63d4b1253ae3c520689a3d8cb5c479267370
ref: https://hg.python.org/cpython/rev/fe12c34c39eb
This commit is contained in:
ZhiQiang Fan 2016-04-21 12:19:30 +08:00
parent 2d8528fc96
commit 8da63a2ff3
2 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
import fnmatch
import hashlib
import os
import iso8601
from oslo_config import cfg
from oslo_utils import fnmatch
from oslo_utils import netutils
import six
from stevedore import driver

View File

@ -4,7 +4,7 @@ oslo.config>=2.6.0
oslo.log>=1.0.0
oslo.policy>=0.3.0
oslo.serialization>=1.4.0
oslo.utils>=1.6.0
oslo.utils>=3.3.0
oslo.middleware
pandas>=0.17.0
pecan>=0.9