Skip to content
Snippets Groups Projects
Commit fc7bd376 authored by Liorithiel's avatar Liorithiel
Browse files

Another fix due to pyflakes.

parent c52b9ea6
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ class ListMultiField(ListField):
self.delChild(element)
return locals()
def iter_values():
def iter_values(self):
for element in self.getTags('value'):
yield element.getData()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment