[gest_crans] Collision entre un nom de variable et un nom de fonction.
This commit is contained in:
parent
f16e44b074
commit
ff05e4afde
1 changed files with 2 additions and 2 deletions
|
@ -2302,13 +2302,13 @@ def select(clas, quoi, mde=''):
|
|||
"""
|
||||
|
||||
s= ['', '', '', '', '', '', '', '', '', '']
|
||||
def f(a):
|
||||
def unicodize(a):
|
||||
try:
|
||||
return unicode(a, 'utf-8')
|
||||
except:
|
||||
return a
|
||||
while 1:
|
||||
s = map(f, s)
|
||||
s = map(unicodize, s)
|
||||
arg = u'--title "Recherche %s" ' % ' '.join(quoi.split()[:-1])
|
||||
arg += u'--help-button '
|
||||
arg += u'--form "Entrez vos paramètres de recherche" 0 0 0 '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue