1
0
Эх сурвалжийг харах

Patch log import in `system`

Valentin Niess 3 жил өмнө
parent
commit
bbd549c3a1

+ 1 - 1
python_appimage/utils/system.py

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