Reviewed by Tony Chang.
new-run-webkit-tests: r68063 broke linux python tests
Add a missing "from __future__ import with_statement" to this
new file; the perils of testing only on the Mac and by review :(
https://bugs.webkit.org/show_bug.cgi?id=46293
* Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68073
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-09-22 Dirk Pranke <dpranke@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ new-run-webkit-tests: r68063 broke linux python tests
+
+ Add a missing "from __future__ import with_statement" to this
+ new file; the perils of testing only on the Mac and by review :(
+
+ https://bugs.webkit.org/show_bug.cgi?id=46293
+
+ * Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
+
2010-09-22 Dirk Pranke <dpranke@chromium.org>
Reviewed by Tony Chang.
# (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
import sys