summaryrefslogtreecommitdiff
path: root/qutebrowser/api/message.py
blob: ac9f5df4b92c19f51b91d0c8c73041d7cf9e2e0b (plain)
1
2
3
4
5
6
7
8
# Copyright 2018-2021 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later

"""Utilities to display messages above the status bar."""

# pylint: disable=unused-import
from qutebrowser.utils.message import error, warning, info