Try to fix unicode() changed name

This commit is contained in:
Pierre Lannoy 2024-02-05 16:44:18 +01:00
commit fe1820b831
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

View file

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