summaryrefslogtreecommitdiffstats
path: root/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py
blob: bde67c6d5d5627b06f3de396381e3efae6daf56d (plain)
1
2
3
4
5
6
7
8
# Required for Python to search this directory for module files

# We only export public API here.
# FIXME: parse_bug_id should not be a free function.
from .bugzilla import Bugzilla, parse_bug_id, parse_bug_id_from_changelog
# Unclear if Bug and Attachment need to be public classes.
from .bug import Bug
from .attachment import Attachment