| Index: Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py b/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| old mode 100755
|
| new mode 100644
|
| index 8d980a40334555460cdc2385f708cdd34b818761..c0ac63898474c4f18a1478f37226cc072385f4ca
|
| --- a/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_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 webkitpy.common.host_mock import MockHost
|
| from webkitpy.layout_tests.print_layout_test_types import main
|
|
|