blob: bde67c6d5d5627b06f3de396381e3efae6daf56d [file] [log] [blame]
# 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