Skip to content

Commit

Permalink
Merge pull request #1814 from McStasMcXtrace/issue-1721-fix
Browse files Browse the repository at this point in the history
Drop hard-coded check for PyQt5
  • Loading branch information
willend authored Jan 3, 2025
2 parents a1524bc + 8454528 commit b0db512
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/Python/mcgui/mcgui.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ canrun() {
if ! [ -x ${UTILDIR}/${TOOL}.py ]; then
exit 127;
fi

modules="PyQt5"
cmd=""
for name in ${modules}; do
cmd="${cmd}import ${name}; "
done
python3 -c "${cmd}"
}

if ( canrun ); then
Expand Down

0 comments on commit b0db512

Please sign in to comment.