| Index: Tools/Scripts/webkitpy/common/system/environment_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/common/system/environment_unittest.py b/Tools/Scripts/webkitpy/common/system/environment_unittest.py
|
| index 2868a65d2bfc2c6b3f00e7b5f07c41e536eaa04a..87550280a36ac0b8e8ed83df0b6d5a5a11c765c2 100644
|
| --- a/Tools/Scripts/webkitpy/common/system/environment_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/common/system/environment_unittest.py
|
| @@ -26,7 +26,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 .environment import Environment
|
|
|
|
|