aboutsummaryrefslogtreecommitdiff
path: root/pydora/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'pydora/utils.py')
-rw-r--r--pydora/utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pydora/utils.py b/pydora/utils.py
index 5a96ff1..b38fb5b 100644
--- a/pydora/utils.py
+++ b/pydora/utils.py
@@ -194,8 +194,7 @@ def iterate_forever(func, *args, **kwargs):
194 194
195 195
196class SilentPopen(subprocess.Popen): 196class SilentPopen(subprocess.Popen):
197 """A Popen varient that dumps it's output and error 197 """A Popen varient that dumps it's output and error"""
198 """
199 198
200 def __init__(self, *args, **kwargs): 199 def __init__(self, *args, **kwargs):
201 self._dev_null = open(os.devnull, "w") 200 self._dev_null = open(os.devnull, "w")