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

Unified Diff: tools/chrome_remote_control/chrome_remote_control/__init__.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/__init__.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/__init__.py b/tools/chrome_remote_control/chrome_remote_control/__init__.py
index 0d4b0e580c10c98b681b973a9b98b8201534a59c..5464e64ee5a3704603ba6278b0a91d7a671edb63 100644
--- a/tools/chrome_remote_control/chrome_remote_control/__init__.py
+++ b/tools/chrome_remote_control/chrome_remote_control/__init__.py
@@ -4,11 +4,12 @@
"""A library for chrome-based tests.
"""
-from chrome_remote_control.browser_finder import *
-from chrome_remote_control.browser_options import *
-from chrome_remote_control.browser import *
-from chrome_remote_control.tab import *
-from chrome_remote_control.util import *
+from chrome_remote_control.browser_finder import FindBrowser
+from chrome_remote_control.browser_finder import GetAllAvailableBrowserTypes
+from chrome_remote_control.browser_options import BrowserOptions
+from chrome_remote_control.browser import Browser
+from chrome_remote_control.tab import Tab
+from chrome_remote_control.util import TimeoutException, WaitFor
def CreateBrowser(browser_type):
"""Shorthand way to create a browser of a given type
« no previous file with comments | « tools/chrome_remote_control/PRESUBMIT.py ('k') | tools/chrome_remote_control/chrome_remote_control/adb_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698