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

Unified Diff: third_party/closure_compiler/checker.py

Issue 476453002: Python readability review for dbeam@. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years 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 | « no previous file | third_party/closure_compiler/processor.py » ('j') | third_party/closure_compiler/processor.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/checker.py
diff --git a/third_party/closure_compiler/checker.py b/third_party/closure_compiler/checker.py
index 4f9cbd5c9bcb2ea0a6a03f25894f0da574221cdc..3e82a0fff9f3019aecc6de0fff51b1798bbc4ef4 100755
--- a/third_party/closure_compiler/checker.py
+++ b/third_party/closure_compiler/checker.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
rothwell 2014/12/18 22:30:47 are there unittests for this file?
Dan Beam 2015/02/25 03:36:49 this file mainly just runs a .jar file. the major
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
« no previous file with comments | « no previous file | third_party/closure_compiler/processor.py » ('j') | third_party/closure_compiler/processor.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698