Patch log import in system

This commit is contained in:
Valentin Niess
2022-07-18 15:14:40 +02:00
parent 5513645e55
commit bbd549c3a1

View File

@@ -3,7 +3,7 @@ import re
import subprocess
from .compat import decode
from .log import debug
from .log import debug, log
__all__ = ['ldd', 'system']