fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wybor - label
[librarian.git]
/
librarian
/
xmlutils.py
diff --git
a/librarian/xmlutils.py
b/librarian/xmlutils.py
index
523ad8b
..
839ae89
100644
(file)
--- a/
librarian/xmlutils.py
+++ b/
librarian/xmlutils.py
@@
-94,8
+94,7
@@
class Xmill(object):
return []
else:
if not isinstance(vals, tuple):
- pre = [vals]
- post = []
+ return [vals]
else:
pre = [vals[0], element.text]
post = [vals[1]]