Title: [115789] trunk/Tools
- Revision
- 115789
- Author
- [email protected]
- Date
- 2012-05-01 21:01:24 -0700 (Tue, 01 May 2012)
Log Message
webkitpy: Remove unused platform imports.
https://bugs.webkit.org/show_bug.cgi?id=85341
Reviewed by Eric Seidel.
Remove a few uses of `import platform' which were either rendered
unneeded after r105931 or were never needed at all.
* Scripts/webkitpy/common/system/executive.py:
* Scripts/webkitpy/tool/bot/flakytestreporter.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (115788 => 115789)
--- trunk/Tools/ChangeLog 2012-05-02 03:41:29 UTC (rev 115788)
+++ trunk/Tools/ChangeLog 2012-05-02 04:01:24 UTC (rev 115789)
@@ -1,3 +1,16 @@
+2012-05-01 Raphael Kubo da Costa <[email protected]>
+
+ webkitpy: Remove unused platform imports.
+ https://bugs.webkit.org/show_bug.cgi?id=85341
+
+ Reviewed by Eric Seidel.
+
+ Remove a few uses of `import platform' which were either rendered
+ unneeded after r105931 or were never needed at all.
+
+ * Scripts/webkitpy/common/system/executive.py:
+ * Scripts/webkitpy/tool/bot/flakytestreporter.py:
+
2012-05-01 Terry Anderson <[email protected]>
[chromium] Accept four parameters when dispatching a WebInputEvent::GestureTap in chromium DRT eventSender
Modified: trunk/Tools/Scripts/webkitpy/common/system/executive.py (115788 => 115789)
--- trunk/Tools/Scripts/webkitpy/common/system/executive.py 2012-05-02 03:41:29 UTC (rev 115788)
+++ trunk/Tools/Scripts/webkitpy/common/system/executive.py 2012-05-02 04:01:24 UTC (rev 115789)
@@ -32,7 +32,6 @@
import errno
import logging
import os
-import platform
import StringIO
import signal
import subprocess
Modified: trunk/Tools/Scripts/webkitpy/tool/bot/flakytestreporter.py (115788 => 115789)
--- trunk/Tools/Scripts/webkitpy/tool/bot/flakytestreporter.py 2012-05-02 03:41:29 UTC (rev 115788)
+++ trunk/Tools/Scripts/webkitpy/tool/bot/flakytestreporter.py 2012-05-02 04:01:24 UTC (rev 115789)
@@ -28,7 +28,6 @@
import codecs
import logging
-import platform
import os.path
from webkitpy.common.net.layouttestresults import path_for_layout_test, LayoutTestResults
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes