Try to fix unicode() changed name
This commit is contained in:
parent
e1ecbcee4f
commit
fe1820b831
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import subprocess
|
||||||
import socket
|
import socket
|
||||||
import re
|
import re
|
||||||
|
|
||||||
slugify.unicode=str
|
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.'''
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue