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

Unified Diff: client/common_lib/logging_manager.py

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 11 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
Index: client/common_lib/logging_manager.py
diff --git a/client/common_lib/logging_manager.py b/client/common_lib/logging_manager.py
index e34e9c976990555a02069134792820c1c3bc2cbc..96f718a844d5fd988c9a63d1e41a6b28e6dc60ab 100644
--- a/client/common_lib/logging_manager.py
+++ b/client/common_lib/logging_manager.py
@@ -79,7 +79,7 @@ def _logging_manager_aware_logger__find_caller(unused):
return rv
-if sys.version_info[:2] > (2, 6):
+if sys.version_info[:2] > (2, 7):
warnings.warn('This module has not been reviewed for Python %s' %
sys.version)
« cli/job.py ('K') | « client/common_lib/error.py ('k') | client/common_lib/magic.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698