From 36d8b9d5ffaa44681c2d1f3b7d6452fd840540b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Wed, 7 Aug 2013 09:22:18 -0600 Subject: [PATCH] Remove unused constants. --- secretary.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/secretary.py b/secretary.py index 1475b23..157ce6c 100644 --- a/secretary.py +++ b/secretary.py @@ -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