[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

cjerdonek at webkit.org cjerdonek at webkit.org
Thu Feb 4 21:28:46 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit ef29db169a1075551909c1b58ad87a595706e37a
Author: cjerdonek at webkit.org <cjerdonek at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 27 03:58:02 2010 +0000

    No review: fixing broken autoinstall.py
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53888 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/Scripts/webkitpy/autoinstall.py b/WebKitTools/Scripts/webkitpy/autoinstall.py
index 55bfbe5..467e6b4 100644
--- a/WebKitTools/Scripts/webkitpy/autoinstall.py
+++ b/WebKitTools/Scripts/webkitpy/autoinstall.py
@@ -141,6 +141,9 @@ References::
 
 """
 
+# To allow use of the "with" keyword for Python 2.5 users.
+from __future__ import with_statement
+
 __version__ = "0.2"
 __docformat__ = "restructuredtext en"
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list