svn: r7783
This commit is contained in:
Don Allingham 2006-12-11 23:01:09 +00:00
parent 9df661af87
commit 8666d4a62a

View File

@ -78,8 +78,7 @@ strip_dict = dict.fromkeys(range(9)+range(12,20))
def escxml(d):
return esacpe(d, { '"' : '"' } )
return escape(d, { '"' : '"' } )
#-------------------------------------------------------------------------
#