Repository URL to install this package:
|
Version:
3.2.2 ▾
|
# coding: utf-8
try:
from unittest.mock import patch
except ImportError:
from mock import patch # noqa