Use internal unittest mock version

bzr-import-20160707
Didier Roche 9 years ago
parent 611760e996
commit ceb4626cd6

@ -6,13 +6,13 @@
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
import mock
import os
import shutil
import sys
import tempfile
import fileinput
import unittest
from unittest import mock
PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

Loading…
Cancel
Save