nuke mock dependency

This is already included in Python 3.3+ as unittest.mock
This commit is contained in:
Thomas Kriechbaumer
2017-01-22 13:44:53 +01:00
parent 0022c810e5
commit 127c69c3ac
22 changed files with 30 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
import io
import mock
from unittest import mock
from pathod import pathoc_cmdline as cmdline