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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Required for Python to search this directory for module files
2
3 # We only export public API here.
4 from .bugzilla import Bugzilla
5 # Unclear if Bug and Attachment need to be public classes.
6 from .bug import Bug
7 from .attachment import Attachment
OLDNEW
« 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