Changeset 56496 in webkit


Ignore:
Timestamp:
Mar 24, 2010 11:22:55 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-24 Eric Seidel <eric@webkit.org>

Unreviewed, build fix only.

Abstract LayoutTestResults logic for easier reuse
https://bugs.webkit.org/show_bug.cgi?id=36579

  • Scripts/webkitpy/buildbot_unittest.py: Add a missing import.
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56495 r56496  
     12010-03-24  Eric Seidel  <eric@webkit.org>
     2
     3        Unreviewed, build fix only.
     4
     5        Abstract LayoutTestResults logic for easier reuse
     6        https://bugs.webkit.org/show_bug.cgi?id=36579
     7
     8        * Scripts/webkitpy/buildbot_unittest.py: Add a missing import.
     9
    1102010-03-24  Adam Barth  <abarth@webkit.org>
    211
  • trunk/WebKitTools/Scripts/webkitpy/buildbot_unittest.py

    r56488 r56496  
    2929import unittest
    3030
    31 from webkitpy.buildbot import BuildBot, Builder, Build
     31from webkitpy.buildbot import BuildBot, Builder, Build, LayoutTestResults
    3232
    3333from webkitpy.thirdparty.BeautifulSoup import BeautifulSoup
Note: See TracChangeset for help on using the changeset viewer.