Fixes python 3.11 error

This commit is contained in:
Pierre Lannoy 2024-02-05 16:28:35 +01:00
commit a426819e57
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

View file

@ -5,6 +5,7 @@ import subprocess
import socket import socket
import re import re
slugify.unicode=str
def is_tool(name): def is_tool(name):
'''Check whether `name` is on PATH and marked as executable.''' '''Check whether `name` is on PATH and marked as executable.'''