Replacing test import of mock, using unittest.mock

remotes/origin/enhancement/email-actions
Jesús Espino 2014-12-01 12:42:32 +01:00
parent 929ab47249
commit 0a0d8724cd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import pytest
import mock
from unittest import mock
import functools