Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Unified Diff: rietveld.py

Issue 6799021: Switch from xml.dom.minidom to xml.etree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « presubmit_canned_checks.py ('k') | scm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rietveld.py
diff --git a/rietveld.py b/rietveld.py
index 6984d393423b7108070aa71b1743c9aab9fe8927..9a3fdc59086838a144ff7519a9f4413ba3489104 100644
--- a/rietveld.py
+++ b/rietveld.py
@@ -34,7 +34,8 @@ import patch
# Hack out upload logging.info()
upload.logging = logging.getLogger('upload')
-upload.logging.setLevel(logging.WARNING)
+# Mac pylint chocke on this line.
Dirk Pranke 2011/04/07 02:09:23 Nit. "Mac pylint chokes on this line"
+upload.logging.setLevel(logging.WARNING) # pylint: disable=E1103
class Rietveld(object):
« no previous file with comments | « presubmit_canned_checks.py ('k') | scm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698