ansible-later/env_27/lib/python2.7/site-packages/jsonschema/tests/compat.py

8 lines
88 B
Python
Raw Normal View History

try:
from unittest import mock
except ImportError:
import mock
# flake8: noqa