From af4bb14004acec49f21ccf87e7cfd37ef8297b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 26 Jun 2013 10:03:45 +0200 Subject: [PATCH] add support for EXPAT type (#3099) --- tabellio/documents/typenames.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tabellio/documents/typenames.py b/tabellio/documents/typenames.py index 56df26d..f133753 100644 --- a/tabellio/documents/typenames.py +++ b/tabellio/documents/typenames.py @@ -66,4 +66,5 @@ MAPPING = { 'PRORESN': u'Proposition de résolution (sans numéro)', 'RASANU': u'Rapport (sans numéro)', 'DT': u'Débat thématique', + 'EXPAT': u'Exposé particulier', }