Browse Source

Patch log import in `system`

Valentin Niess 3 năm trước cách đây
mục cha
commit
bbd549c3a1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']