RTF now has table support

svn: r115
This commit is contained in:
Don Allingham 2001-06-12 17:03:39 +00:00
parent 196d961629
commit 731d836bd2

View File

@ -104,7 +104,7 @@ except:
try: try:
import RTFDoc import RTFDoc
_textdoc.append((_RTF, _no_tables, _paper, _styles)) _textdoc.append((_RTF, _has_tables, _paper, _styles))
except: except:
pass pass