Skip to content

Commit

Permalink
Merge pull request #264 from mbercx/fix/263/monty-which
Browse files Browse the repository at this point in the history
Replace `monty.os.path.which` with `shutil.which`
  • Loading branch information
gmatteo authored Aug 18, 2023
2 parents 8febda8 + 90891c5 commit 41f2756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abipy/gui/awx/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import wx

from monty.os.path import which
from shutil import which
from monty.string import is_string


Expand Down

0 comments on commit 41f2756

Please sign in to comment.