github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/meta_middleware/tests/__init__.py (about)

     1  # Copyright (c) 2015-2021, NVIDIA CORPORATION.
     2  # SPDX-License-Identifier: Apache-2.0
     3  
     4  # Work around http://bugs.python.org/issue9501
     5  import logging
     6  logging.raiseExceptions = False