[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
abarth at webkit.org
abarth at webkit.org
Tue Jan 5 23:45:38 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 838dc2e0e821432056fd295946fb7832031df2e0
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Dec 9 08:24:59 2009 +0000
2009-12-09 Adam Barth <abarth at webkit.org>
Unreviewed "build" fix.
* Scripts/modules/landingsequence.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51890 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 652df1c..13ee44a 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,11 @@
2009-12-09 Adam Barth <abarth at webkit.org>
+ Unreviewed "build" fix.
+
+ * Scripts/modules/landingsequence.py:
+
+2009-12-09 Adam Barth <abarth at webkit.org>
+
Reviewed by Eric Seidel.
[bzt] Implement abstract Steps
diff --git a/WebKitTools/Scripts/modules/landingsequence.py b/WebKitTools/Scripts/modules/landingsequence.py
index fc20baa..4f03260 100644
--- a/WebKitTools/Scripts/modules/landingsequence.py
+++ b/WebKitTools/Scripts/modules/landingsequence.py
@@ -29,8 +29,8 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
from modules.comments import bug_comment_from_commit_text
+from modules.executive import ScriptError
from modules.logging import log
-from modules.processutils import ScriptError
from modules.scm import CheckoutNeedsUpdate
from modules.webkitport import WebKitPort
from modules.workqueue import WorkQueue
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list