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

8 lines
88 B
Python
Raw Normal View History

2019-04-23 13:04:27 +02:00
try:
from unittest import mock
except ImportError:
import mock
# flake8: noqa