From 05f7541872a73f5f4463b7642f8af550c6dde460 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 9 Jun 2013 17:27:47 +0000 Subject: [PATCH] add richtext to the map git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- sphinxtools/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sphinxtools/constants.py b/sphinxtools/constants.py index 9205a959..6e55d84a 100644 --- a/sphinxtools/constants.py +++ b/sphinxtools/constants.py @@ -80,6 +80,7 @@ MODULENAME_REPLACE = {'_core' : '', '_xml' : 'xml.', '_xrc' : 'xrc.', '_grid' : 'grid.', + '_richtext': 'richtext.', } NO_MODULE = {