Fix long line.

This commit is contained in:
Georg Brandl 2010-01-17 18:25:56 +01:00
parent bacb6435e4
commit 38bb370249

View File

@ -260,6 +260,7 @@ class DocFieldTransformer(object):
else:
fieldtype, content = entry
fieldtypes = types.get(fieldtype.name, {})
new_list += fieldtype.make_field(fieldtypes, self.domain, content)
new_list += fieldtype.make_field(fieldtypes, self.domain,
content)
node.replace_self(new_list)