Title: [94154] trunk/Tools
Revision
94154
Author
[email protected]
Date
2011-08-30 23:59:54 -0700 (Tue, 30 Aug 2011)

Log Message

        [webkitpy] missing log import in common/net/resultsjsonparser.py
        https://bugs.webkit.org/show_bug.cgi?id=65606

        Reviewed by Martin Robinson.

        * Scripts/webkitpy/common/net/resultsjsonparser.py: Import the logging module.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (94153 => 94154)


--- trunk/Tools/ChangeLog	2011-08-31 06:55:19 UTC (rev 94153)
+++ trunk/Tools/ChangeLog	2011-08-31 06:59:54 UTC (rev 94154)
@@ -1,3 +1,12 @@
+2011-08-03  Philippe Normand  <[email protected]>
+
+        [webkitpy] missing log import in common/net/resultsjsonparser.py
+        https://bugs.webkit.org/show_bug.cgi?id=65606
+
+        Reviewed by Martin Robinson.
+
+        * Scripts/webkitpy/common/net/resultsjsonparser.py: Import the logging module.
+
 2011-08-30  Philippe Normand  <[email protected]>
 
         [stylechecker] complains about NULL usage in some gst_structure_ calls

Modified: trunk/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py (94153 => 94154)


--- trunk/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py	2011-08-31 06:55:19 UTC (rev 94153)
+++ trunk/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py	2011-08-31 06:59:54 UTC (rev 94154)
@@ -34,6 +34,7 @@
     import webkitpy.thirdparty.simplejson as json
 
 from webkitpy.common.memoized import memoized
+from webkitpy.common.system.deprecated_logging import log
 # FIXME: common should never import from new-run-webkit-tests, one of these files needs to move.
 from webkitpy.layout_tests.layout_package import json_results_generator
 from webkitpy.layout_tests.models import test_expectations, test_results, test_failures
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to