mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
fix tests
This commit is contained in:
parent
cafe68f30e
commit
affb54f84d
3 changed files with 1 additions and 5 deletions
|
@ -4,3 +4,4 @@ Process operation utils
|
|||
.. autofunction:: moulinette.utils.process.check_output
|
||||
.. autofunction:: moulinette.utils.process.call_async_output
|
||||
.. autofunction:: moulinette.utils.process.run_commands
|
||||
.. autofunction:: moulinette.utils.process.LogPipe
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Stream operation utils
|
||||
======================
|
||||
|
||||
.. autofunction:: moulinette.utils.stream.LogPipe
|
|
@ -1,4 +1,3 @@
|
|||
import time
|
||||
import subprocess
|
||||
import os
|
||||
import threading
|
||||
|
|
Loading…
Add table
Reference in a new issue