Add docstring
This commit is contained in:
parent
ff767dd965
commit
b00c1dc906
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user