Remove unused constants.
This commit is contained in:
parent
cc963c3b13
commit
36d8b9d5ff
1 changed files with 0 additions and 9 deletions
|
|
@ -41,15 +41,6 @@ from xml.dom.minidom import parseString
|
||||||
from jinja2 import Environment, Undefined
|
from jinja2 import Environment, Undefined
|
||||||
|
|
||||||
|
|
||||||
PARAGRAPH_TAG = '{% control_paragraph %}'
|
|
||||||
TABLEROW_TAG = '{% control_tablerow %}'
|
|
||||||
TABLECELL_TAG = '{% control_tablecell %}'
|
|
||||||
|
|
||||||
ODF_PARAGRAPH_NODE = 'text:p'
|
|
||||||
ODF_TABLEROW_NODE = 'table:table-row'
|
|
||||||
ODF_TABLECELL_NODE = 'table:table-cell'
|
|
||||||
|
|
||||||
|
|
||||||
class UndefinedSilently(Undefined):
|
class UndefinedSilently(Undefined):
|
||||||
# Silently undefined,
|
# Silently undefined,
|
||||||
# see http://stackoverflow.com/questions/6182498/jinja2-how-to-make-it-fail-silently-like-djangotemplate
|
# see http://stackoverflow.com/questions/6182498/jinja2-how-to-make-it-fail-silently-like-djangotemplate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue