| Index: Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py b/Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py
|
| index 593f093c464420115df967b0fd618c0f65524552..57bb2d43b6cc32654de96e350f3f3d7b8cc0b3f8 100644
|
| --- a/Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py
|
| @@ -28,7 +28,7 @@
|
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -import unittest2 as unittest
|
| +from webkitpy.thirdparty import unittest2 as unittest
|
|
|
| from .detection import SCMDetector
|
| from webkitpy.common.system.filesystem_mock import MockFileSystem
|
|
|