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