network.qutescheme: Make pylint shut up.

This commit is contained in:
Florian Bruhin 2014-08-29 07:07:21 +02:00
parent 1dce50309b
commit 2cc2e769c3

View File

@ -16,6 +16,10 @@
#
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
#
# pylint complains when using .render() on jinja templates, so we make it shut
# up for this whole module.
# pylint: disable=maybe-no-member
"""Handler functions for different qute:... pages.