Commit 7a051860 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_core: Cosmetic: Get rid of a pylint warning.

parent 22330c3d
...@@ -67,7 +67,7 @@ class Part: ...@@ -67,7 +67,7 @@ class Part:
def generateParts(context,text,sw,tags,trail,maxlines): def generateParts(_,text,sw,tags,trail,maxlines):
par=Part(tags,trail) par=Part(tags,trail)
sw=sw.translate(tr).strip().lower().split() sw=sw.translate(tr).strip().lower().split()
test=lambda w:w.translate(tr).strip().lower() in sw test=lambda w:w.translate(tr).strip().lower() in sw
......
2013-10-03 arnaud.fontaine
* erp5_core: Cosmetic: Get rid of a pylint warning.
2013-10-03 arnaud.fontaine 2013-10-03 arnaud.fontaine
* erp5_core: A function was renamed but some code has not been updated accordingly (24ccf35). * erp5_core: A function was renamed but some code has not been updated accordingly (24ccf35).
......
41132 41133
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment