Remove unused constants.

This commit is contained in:
Christopher Ramírez 2013-08-07 09:22:18 -06:00
parent cc963c3b13
commit 36d8b9d5ff

View file

@ -41,15 +41,6 @@ from xml.dom.minidom import parseString
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):
# Silently undefined,
# see http://stackoverflow.com/questions/6182498/jinja2-how-to-make-it-fail-silently-like-djangotemplate