Update from upstream #11

Closed
soksanichenko wants to merge 158 commits from a8_updated into a8
1 changed files with 2 additions and 0 deletions
Showing only changes of commit ee9c9a74e6 - Show all commits

View File

@ -8,6 +8,8 @@ import six
from ddt import ddt, data, unpack
from typing import AnyStr, List, Set, Dict, Tuple
from tests.test_gather_method_hybrid import MockModule
try:
import unittest2 as unittest
from unittest2 import mock