mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] NonBlockingStreamReader is now in utils.stream
This commit is contained in:
parent
3a7294ed02
commit
eb45d39e89
1 changed files with 1 additions and 1 deletions
2
hook.py
2
hook.py
|
@ -252,7 +252,7 @@ def hook_exec(file, args=None):
|
|||
args -- Arguments to pass to the script
|
||||
|
||||
"""
|
||||
from moulinette.helpers import NonBlockingStreamReader
|
||||
from moulinette.utils.stream import NonBlockingStreamReader
|
||||
from yunohost.app import _value_for_locale
|
||||
|
||||
if isinstance(args, list):
|
||||
|
|
Loading…
Add table
Reference in a new issue