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

commit-queue at webkit.org commit-queue at webkit.org
Fri Jan 21 14:47:11 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit a90a9248e310aa807c0061c9ad21ccfeb9d68558
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 30 02:08:39 2010 +0000

    2010-12-29  Ademar de Souza Reis Jr  <ademar.reis at openbossa.org>
    
            Reviewed by Darin Adler.
    
            Circular dependency in webkitpy.common.checkout.changelog module
            https://bugs.webkit.org/show_bug.cgi?id=50475
    
            Remove automatic import of api.Checkout module when any checkout/
            submodule is imported (e.g.: when checkout.scm.Git is imported).
    
            * Scripts/webkitpy/common/checkout/__init__.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74774 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 54e7fdc..e3b5293 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,15 @@
+2010-12-29  Ademar de Souza Reis Jr  <ademar.reis at openbossa.org>
+
+        Reviewed by Darin Adler.
+
+        Circular dependency in webkitpy.common.checkout.changelog module
+        https://bugs.webkit.org/show_bug.cgi?id=50475
+
+        Remove automatic import of api.Checkout module when any checkout/
+        submodule is imported (e.g.: when checkout.scm.Git is imported).
+
+        * Scripts/webkitpy/common/checkout/__init__.py:
+
 2010-12-29  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Ojan Vafai.
diff --git a/Tools/Scripts/webkitpy/common/checkout/__init__.py b/Tools/Scripts/webkitpy/common/checkout/__init__.py
index 597dcbd..ef65bee 100644
--- a/Tools/Scripts/webkitpy/common/checkout/__init__.py
+++ b/Tools/Scripts/webkitpy/common/checkout/__init__.py
@@ -1,3 +1 @@
 # Required for Python to search this directory for module files
-
-from api import Checkout

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list