| Index: Tools/Scripts/webkitpy/common/system/user_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/common/system/user_unittest.py b/Tools/Scripts/webkitpy/common/system/user_unittest.py
|
| index 49810b2e061d739985c8c04c03a92b7ebd021e00..77c216fbb906871799f8660f12fe28eec971d6f9 100644
|
| --- a/Tools/Scripts/webkitpy/common/system/user_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/common/system/user_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 webkitpy.common.system.outputcapture import OutputCapture
|
| from webkitpy.common.system.user import User
|
|
|