[gen] More ZPT->PX work.

This commit is contained in:
Gaetan Delannay 2013-06-27 17:40:01 +02:00
parent cb6fea7631
commit 7fcd2f44d3
2 changed files with 268 additions and 2 deletions

View file

@ -358,7 +358,7 @@ class MemoryBuffer(Buffer):
# Remember where this cell is in the table
elem.colIndex = elem.tableInfo.curColIndex
if elem == 'x':
# See comment on similar statement in the following below.
# See comment on similar statement in the method below.
self.content += u' '
def addExpression(self, expression, tiedHook=None):