Title: [90348] trunk/Tools
Revision
90348
Author
[email protected]
Date
2011-07-03 19:01:19 -0700 (Sun, 03 Jul 2011)

Log Message

2011-07-03  Daniel Bates  <[email protected]>

        Import Checkout in scm_unittests.py and logging in svn.py to fix
        Python missing global variable errors

        Rubber-stamped by Adam Barth.

        * Scripts/webkitpy/common/checkout/scm/scm_unittest.py: Import Checkout.
        * Scripts/webkitpy/common/checkout/scm/svn.py: Import logging.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90347 => 90348)


--- trunk/Tools/ChangeLog	2011-07-03 22:27:12 UTC (rev 90347)
+++ trunk/Tools/ChangeLog	2011-07-04 02:01:19 UTC (rev 90348)
@@ -1,3 +1,13 @@
+2011-07-03  Daniel Bates  <[email protected]>
+
+        Import Checkout in scm_unittests.py and logging in svn.py to fix
+        Python missing global variable errors
+
+        Rubber-stamped by Adam Barth.
+
+        * Scripts/webkitpy/common/checkout/scm/scm_unittest.py: Import Checkout.
+        * Scripts/webkitpy/common/checkout/scm/svn.py: Import logging.
+
 2011-07-02  Gavin Barraclough  <[email protected]>
 
         Reviewed by Sam Weinig.

Modified: trunk/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py (90347 => 90348)


--- trunk/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py	2011-07-03 22:27:12 UTC (rev 90347)
+++ trunk/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py	2011-07-04 02:01:19 UTC (rev 90348)
@@ -45,6 +45,7 @@
 import shutil
 
 from datetime import date
+from webkitpy.common.checkout.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

Modified: trunk/Tools/Scripts/webkitpy/common/checkout/scm/svn.py (90347 => 90348)


--- trunk/Tools/Scripts/webkitpy/common/checkout/scm/svn.py	2011-07-03 22:27:12 UTC (rev 90347)
+++ trunk/Tools/Scripts/webkitpy/common/checkout/scm/svn.py	2011-07-04 02:01:19 UTC (rev 90348)
@@ -27,6 +27,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.
 
+import logging
 import os
 import re
 import shutil
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to