[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

ossy at webkit.org ossy at webkit.org
Fri Jan 21 15:07:16 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 27bfad1c87eb9d8aad54a37e55c7c705db9d410c
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 7 12:31:27 2011 +0000

    Unreviewed fix after r75233.
    
    Based on idea from Eric Seidel.
    
    Add remote zip file handling to webkitpy.
    https://bugs.webkit.org/show_bug.cgi?id=50901
    
    * Scripts/webkitpy/common/system/fileset.py: Make python 2.5 happy.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75239 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 302a25c..5c1318b 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-07  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed fix after r75233.
+
+        Based on idea from Eric Seidel.
+
+        Add remote zip file handling to webkitpy.
+        https://bugs.webkit.org/show_bug.cgi?id=50901
+
+        * Scripts/webkitpy/common/system/fileset.py: Make python 2.5 happy.
+
 2011-01-07  Shane Stephens  <shanestephens at google.com>
 
         Reviewed by Eric Seidel.
diff --git a/Tools/Scripts/webkitpy/common/system/fileset.py b/Tools/Scripts/webkitpy/common/system/fileset.py
index 5dc2821..22f7c4d 100644
--- a/Tools/Scripts/webkitpy/common/system/fileset.py
+++ b/Tools/Scripts/webkitpy/common/system/fileset.py
@@ -21,6 +21,7 @@
 # (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 os
 
 from webkitpy.common.system.filesystem import FileSystem

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list