| 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 2b2af9ee8589f67ad4dacf0e28c770e0f8a8b595..6558b51dfb8a2be82329baa2254766e0e113f4fc 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 webkitpy.thirdparty.unittest2 as unittest
|
| +import unittest
|
|
|
| from .environment import Environment
|
|
|
|
|