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

Unified Diff: Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py

Issue 17639006: Remove committer list, bugzilla, watchlist code and transitive closure of stuff. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge on top of thakis' change in r153020 Created 7 years, 6 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/Scripts/webkitpy/common/net/bugzilla/__init__.py
diff --git a/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py b/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py
deleted file mode 100644
index c427b18005217c5c9399b1a5d03ec7c1109e76b0..0000000000000000000000000000000000000000
--- a/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-# Required for Python to search this directory for module files
-
-# We only export public API here.
-from .bugzilla import Bugzilla
-# Unclear if Bug and Attachment need to be public classes.
-from .bug import Bug
-from .attachment import Attachment
« no previous file with comments | « Tools/Scripts/webkitpy/common/host_mock.py ('k') | Tools/Scripts/webkitpy/common/net/bugzilla/attachment.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698