Unreviewed, build fix.
Add missing "from __future__ import with_statement" that was
breaking test-webkitpy on the Leopard bots (broke in r69040).
* Scripts/webkitpy/layout_tests/port/google_chrome.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69079
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-10-04 Dirk Pranke <dpranke@chromium.org>
+
+ Unreviewed, build fix.
+
+ Add missing "from __future__ import with_statement" that was
+ breaking test-webkitpy on the Leopard bots (broke in r69040).
+
+ * Scripts/webkitpy/layout_tests/port/google_chrome.py:
+
2010-10-04 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r69066.
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+from __future__ import with_statement
+
import codecs
import os