Title: [89532] trunk/Tools
- Revision
- 89532
- Author
- [email protected]
- Date
- 2011-06-22 22:33:04 -0700 (Wed, 22 Jun 2011)
Log Message
2011-06-22 Daniel Bates <[email protected]>
Reviewed by Adam Barth.
test-webkitpy --all errors out because scm_unittest.py can't find module checkout
https://bugs.webkit.org/show_bug.cgi?id=62943
Remove "from .checkout import Checkout" from scm_unittest.py since it's included
by Scripts/webkitpy/common/checkout/__init__.py.
* Scripts/webkitpy/common/checkout/scm/scm_unittest.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (89531 => 89532)
--- trunk/Tools/ChangeLog 2011-06-23 05:25:30 UTC (rev 89531)
+++ trunk/Tools/ChangeLog 2011-06-23 05:33:04 UTC (rev 89532)
@@ -1,3 +1,15 @@
+2011-06-22 Daniel Bates <[email protected]>
+
+ Reviewed by Adam Barth.
+
+ test-webkitpy --all errors out because scm_unittest.py can't find module checkout
+ https://bugs.webkit.org/show_bug.cgi?id=62943
+
+ Remove "from .checkout import Checkout" from scm_unittest.py since it's included
+ by Scripts/webkitpy/common/checkout/__init__.py.
+
+ * Scripts/webkitpy/common/checkout/scm/scm_unittest.py:
+
2011-06-22 Dominic Cooney <[email protected]>
Reviewed by Mark Rowe.
Modified: trunk/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py (89531 => 89532)
--- trunk/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py 2011-06-23 05:25:30 UTC (rev 89531)
+++ trunk/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py 2011-06-23 05:33:04 UTC (rev 89532)
@@ -45,7 +45,6 @@
import shutil
from datetime import date
-from .checkout import Checkout
from webkitpy.common.config.committers import Committer # FIXME: This should not be needed
from webkitpy.common.net.bugzilla import Attachment # FIXME: This should not be needed
from webkitpy.common.system.executive import Executive, run_command, ScriptError
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes