fix docs build error

This commit is contained in:
Arvedui 2015-09-06 14:43:18 +02:00
parent 05a9cd551e
commit 97ea1f76d3

View File

@ -2,14 +2,13 @@ from i3pystatus import IntervalModule
from i3pystatus.core.command import run_through_shell
import logging
# logger = logging.getLogger(__name__)
class Shell(IntervalModule):
"""
Shows output of shell command
.. rubric:: Available formatters
* `{output}` just the striped command output without newlines
"""