Reformatted

This commit is contained in:
Jack Stdin
2016-01-12 23:21:06 +03:00
parent 9803b1d25a
commit acfee0cd8c
10 changed files with 33 additions and 23 deletions

View File

@@ -21,4 +21,4 @@ class XMLParser:
def parse_buffer(self, data_buffer, tag_name):
context = etree.iterparse(data_buffer, events=('end',), tag=tag_name)
self.fast_iter(context, lambda x: self.parse_function(x.attrib))
self.fast_iter(context, lambda x: self.parse_function(x.attrib))