fix tests

This commit is contained in:
Kay0u 2021-03-01 10:45:50 +01:00
parent cafe68f30e
commit affb54f84d
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
3 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -1,4 +0,0 @@
Stream operation utils
======================
.. autofunction:: moulinette.utils.stream.LogPipe

View file

@ -1,4 +1,3 @@
import time
import subprocess
import os
import threading