diff SrvTxtUtils.py @ 464:19bd41d95f62 elementtree

first version with new getdocinfo
author casties
date Fri, 29 Jul 2011 18:27:24 +0200
parents 48b135b089c8
children 6f116b86a226
line wrap: on
line diff
--- a/SrvTxtUtils.py	Thu Jul 28 15:00:07 2011 +0200
+++ b/SrvTxtUtils.py	Fri Jul 29 18:27:24 2011 +0200
@@ -22,7 +22,7 @@
     # ElementTree:
     text = node.text or ""
     for e in node:
-        text += gettext(e)
+        text += getText(e)
         if e.tail:
             text += e.tail