Index: third_party/WebKit/Tools/Scripts/update-w3c-test-expectations |
diff --git a/third_party/WebKit/Tools/Scripts/format-webkitpy b/third_party/WebKit/Tools/Scripts/update-w3c-test-expectations |
similarity index 56% |
copy from third_party/WebKit/Tools/Scripts/format-webkitpy |
copy to third_party/WebKit/Tools/Scripts/update-w3c-test-expectations |
index d96c0c43cce5213ef39af665f27f2b0e48cf1cb0..9b6980792305f4f0c5ac912bf04b77c64702e84e 100755 |
--- a/third_party/WebKit/Tools/Scripts/format-webkitpy |
+++ b/third_party/WebKit/Tools/Scripts/update-w3c-test-expectations |
@@ -1,11 +1,12 @@ |
#!/usr/bin/env python |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
+# Coppyright 2016 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
import sys |
-from webkitpy.formatter.main import main |
+from webkitpy.w3c.update_w3c_test_expectations import main |
sys.exit(main()) |
+ |