Skip to content

Commit

Permalink
Remove unused check on python2
Browse files Browse the repository at this point in the history
  • Loading branch information
Narrat authored and jaromil committed Jun 24, 2023
1 parent 571cdea commit 364a457
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tomb
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,6 @@ _ensure_dependencies() {
command -v lsof 1>/dev/null 2>/dev/null || LSOF=0
# Check for steghide
command -v steghide 1>/dev/null 2>/dev/null || STEGHIDE=0
# Check for python2
command -v python2 -V 1>/dev/null 2>/dev/null || PYTHON2=0
# Check for cloakify
command -v cloakify 1>/dev/null 2>/dev/null || CLOAKIFY=0
# Check for decloakify
Expand Down

0 comments on commit 364a457

Please sign in to comment.