Jelajahi Sumber

Patch log import in `system`

Valentin Niess 3 tahun lalu
induk
melakukan
bbd549c3a1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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']