Skip to content

Commit

Permalink
Merge remote-tracking branch 'mike/comets' into object-list-sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosseel committed Oct 11, 2024
2 parents b4dde26 + e16ed5c commit cca8412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/PiFinder/sys_utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import glob
import re
from typing import Dict, Any
import sh

try:
import sh
from sh import wpa_cli, unzip, su, passwd
REAL_SYS_UTILS = True
except ImportError:
Expand Down

0 comments on commit cca8412

Please sign in to comment.