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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/__init__.py

Issue 1950113002: Empty webkitpy/common/checkout/scm/__init__.py and update imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/webgl/update_webgl_conformance_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/__init__.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/__init__.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/__init__.py
index 201efc5fcd4276d2478f65d6107890c220c25335..ef65bee5bb77e96ebc7cd9c47640690fbda8ac19 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/__init__.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/__init__.py
@@ -1,6 +1 @@
# Required for Python to search this directory for module files
-
-# We only export public API here.
-from .detection import SCMDetector
-from .git import Git, AmbiguousCommitError
-from .scm import SCM
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/webgl/update_webgl_conformance_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698