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

Unified Diff: tools/chrome_remote_control/chrome_remote_control/desktop_browser_finder.py

Issue 10984018: [chrome_remote_control] Add pylint to PRESUMMIT and fix lint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for landing Created 8 years, 3 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: tools/chrome_remote_control/chrome_remote_control/desktop_browser_finder.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/desktop_browser_finder.py b/tools/chrome_remote_control/chrome_remote_control/desktop_browser_finder.py
index b84023748db90eee93e38583c2c2b0eaa489cccd..8f0f9bd62ea5ae7584af903ee40ab0bfe817963d 100644
--- a/tools/chrome_remote_control/chrome_remote_control/desktop_browser_finder.py
+++ b/tools/chrome_remote_control/chrome_remote_control/desktop_browser_finder.py
@@ -1,6 +1,8 @@
# Copyright (c) 2012 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.
+"""Finds desktop browsers that can be controlled by chrome_remote_control."""
+
import logging
import os as real_os
import sys as real_sys
@@ -10,8 +12,6 @@ from chrome_remote_control import browser
from chrome_remote_control import desktop_browser_backend
from chrome_remote_control import possible_browser
-"""Finds desktop browsers that can be controlled by chrome_remote_control."""
-
ALL_BROWSER_TYPES = ','.join([
'exact',
'release',

Powered by Google App Engine
This is Rietveld 408576698