Add docstring

This commit is contained in:
Fritz Reichwald 2017-04-12 09:23:29 +02:00
parent ff767dd965
commit b00c1dc906

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2015-2017 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
# Copyright 2017 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
#
# This file is part of qutebrowser.
#
@ -18,6 +18,8 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
"""A userscript to check if the stdin gets closed"""
import sys
import os
sys.stdin.read()