Explorar el Código

Patch log import in `system`

Valentin Niess hace 3 años
padre
commit
bbd549c3a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      python_appimage/utils/system.py

+ 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']