Use internal unittest mock version

This commit is contained in:
Didier Roche 2015-11-23 14:32:53 +01:00
parent 611760e996
commit ceb4626cd6

View File

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